Skip to content

Commit abdde37

Browse files
committed
Check for comment
1 parent 4b809a2 commit abdde37

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

features/makepot.feature

+5-1
Original file line numberDiff line numberDiff line change
@@ -1701,6 +1701,10 @@ Feature: Generate a POT file of a WordPress project
17011701
"""
17021702
msgctxt "minified._x_context"
17031703
"""
1704+
And the foo-plugin/foo-plugin.pot file should contain:
1705+
"""
1706+
#. translators: babel
1707+
"""
17041708
And the foo-plugin/foo-plugin.pot file should contain:
17051709
"""
17061710
msgid "babel.__"
@@ -2324,7 +2328,7 @@ Feature: Generate a POT file of a WordPress project
23242328
"X-Domain: foo-plugin\n"
23252329
23262330
msgid "Foo Bar"
2327-
msgstr ""
2331+
msgstr
23282332
23292333
msgid "Bar Baz"
23302334
msgstr ""

0 commit comments

Comments
 (0)