diff options
author | Laurence Rowe <l@lrowe.co.uk> | 2011-06-16 18:44:06 +0100 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2012-08-16 18:05:47 +0800 |
commit | 1eae5e8cbcad26415fe229885244316387bc15d9 (patch) | |
tree | cabc380341ec76bc629bae164b0c3deb38b1162b /tests/keys | |
parent | 9e5d4dc5c0c7a4810eee28d1cdebc86e587f76bf (diff) | |
download | libxslt-1eae5e8cbcad26415fe229885244316387bc15d9.tar.gz libxslt-1eae5e8cbcad26415fe229885244316387bc15d9.tar.bz2 libxslt-1eae5e8cbcad26415fe229885244316387bc15d9.zip |
Output should not include extraneous newlines when indent is off
Hence matching behaviour of xmlSaveOption XML_SAVE_FORMAT off.
This affects only one of the regression tests
Diffstat (limited to 'tests/keys')
-rw-r--r-- | tests/keys/month.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/keys/month.out b/tests/keys/month.out index 99c3a3d5..088c1c7b 100644 --- a/tests/keys/month.out +++ b/tests/keys/month.out @@ -4,4 +4,4 @@ <month>December</month> <month>December</month> <month/> -</dates> +</dates>
\ No newline at end of file |