Skip to content

Commit 7e0d9a3

Browse files
engelkedanoscarmike
authored andcommitted
Include the comma in the translation [(#1787)](#1787)
1 parent 05292a4 commit 7e0d9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation/samples/snippets/quickstart_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
def test_quickstart(capsys):
2121
quickstart.run_quickstart()
2222
out, _ = capsys.readouterr()
23-
assert u'Привет мир!' in out
23+
assert u'Привет, мир!' in out

0 commit comments

Comments
 (0)