Browse Source

expected test output lost its carriage-returns

master
Stefan Bodewig 10 years ago
parent
commit
6a7a628358
2 changed files with 10 additions and 9 deletions
  1. +1
    -0
      src/etc/testcases/filters/expected/.gitattributes
  2. +9
    -9
      src/etc/testcases/filters/expected/escapeunicode.test

+ 1
- 0
src/etc/testcases/filters/expected/.gitattributes View File

@@ -0,0 +1 @@
escapeunicode.test binary

+ 9
- 9
src/etc/testcases/filters/expected/escapeunicode.test View File

@@ -1,9 +1,9 @@
#hebrew shalom olam (hello world)
text.hebrew=\u05e9\u05dc\u05d5\u05dd \u05e2\u05d5\u05dc\u05dd
#goethe gingko biloba
text.german.1=Sp\u00fcrst du nicht an meinen Liedern,
text.german.2=Da\u00df ich eins und doppelt bin ?
# Francois Villon Ballade des Pendus
text.french=Fr\u00e8res humains qui apr\u00e8s nous vivez
# Usual IT example
text.basic.latin=Hello World
#hebrew shalom olam (hello world)
text.hebrew=\u05e9\u05dc\u05d5\u05dd \u05e2\u05d5\u05dc\u05dd
#goethe gingko biloba
text.german.1=Sp\u00fcrst du nicht an meinen Liedern,
text.german.2=Da\u00df ich eins und doppelt bin ?
# Francois Villon Ballade des Pendus
text.french=Fr\u00e8res humains qui apr\u00e8s nous vivez
# Usual IT example
text.basic.latin=Hello World

Loading…
Cancel
Save