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:
Kevin Everets 2013-03-20 16:31:31 -04:00 committed by Sebastian Celis
parent a84a84d8c5
commit 2a90a4ce5c

View file

@ -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"