Skip to content

Commit 9b79539

Browse files
mokagioAliSoftware
andauthored
Fix a typo in a test data .strings
Co-authored-by: Olivier Halligon <olivier.halligon@automattic.com>
1 parent 1276344 commit 9b79539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/test-data/translations/strings-with-escape-character-in-root-context.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"yet another key" = "yet another value"; // Escapes should be allowed in inline comments, too \\
77

88
\\
9-
/* The parsing shouldn't reach this, line. It should tell us the escape up there is not valid. */
9+
/* The parsing shouldn't reach this line. It should tell us the escape up there is not valid. */
1010
"final key" = "final value";

0 commit comments

Comments
 (0)