diff options
Diffstat (limited to 'advtrains/spec')
-rw-r--r-- | advtrains/spec/poconvert_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/advtrains/spec/poconvert_spec.lua b/advtrains/spec/poconvert_spec.lua index ef87619..7b2ceea 100644 --- a/advtrains/spec/poconvert_spec.lua +++ b/advtrains/spec/poconvert_spec.lua @@ -9,7 +9,7 @@ describe("PO file converter", function() # textdomain: foo foo=bar baz= -#@=wh\at\@n=@=w\as\@n +#@=wh\at\\@n=@=w\as\\@n multiline@nstrings= with context?=oder doch nicht]], poconvert.from_string("foo", [[ msgid "" @@ -22,8 +22,8 @@ msgid "baz" msgstr "" #, fuzzy -msgid "=wh\\at\\\n" -msgstr "=w\\as\\\n" +msgid "=wh\\at\\\\\n" +msgstr "=w\\as\\\\\n" msgid "multi" "line\n" |