Update test-output-7.txt to be compliant with the actual comment specification
The proper comment structure for gettext is not ".#" but "#." as seend in: https://www.gnu.org/software/gettext/manual/gettext.html#PO-Files The code was updated, but the test case was not. This commit addresses that oversight.
This commit is contained in:
parent
a84a84d8c5
commit
2a90a4ce5c
1 changed files with 1 additions and 1 deletions
2
test/fixtures/test-output-7.txt
vendored
2
test/fixtures/test-output-7.txt
vendored
|
@ -3,7 +3,7 @@ msgstr ""
|
|||
"Language: en\n"
|
||||
"X-Generator: Twine <%= Twine::VERSION %>\n"
|
||||
|
||||
.# "This is a comment"
|
||||
#. "This is a comment"
|
||||
msgctxt "key1"
|
||||
msgid "key1-english"
|
||||
msgstr "key1-english"
|
||||
|
|
Reference in a new issue