This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/2] Tweak xquery tests so that they pass on OpenBSD


On 05/07/2017 09:11 PM, Timo Myyrä wrote:

OpenBSD's diff doesn't have -B flag so work around it by formatting the
expected test outputs to not have newline in the end.

I'm not comfortable changing checked-in text files so they don't end
in a newline, like text files should.

Ideally the output should always (or at least by default) end in a newline.
Perhaps close should automatically call freshLine.  However, you have to
be careful with binary files - and it becomes non-obvious with hybrid
text/binary files, which Kawa supports.

So not sure what to do.  It needs some thought.

As a work-round until then, I suggest we add a newline to the end of the output.
For example:
	echo >>tmp-format-users.html
Or perhaps we can have sed add the newline.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]