Skip to content

Commit 92f1072

Browse files
committed
Add some random newlines in test cases
To ensure that doesn't trip the linter
1 parent 80c6c91 commit 92f1072

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spec/test-data/translations/test-lint-ios-no-violations.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ test_data:
44
"string_pos" = "Pos String %1$@ here.";
55
"string_int_pos" = "String %1$@ and Int %2$d";
66
"string_int_pos_inv" = "Int %2$d before String %1$@";
7-
"many_placeholders_mix_pos" = "String %2$@, Float %4$f, Int %1$d, Long %5$li, Precise %3$.3lf";
7+
"many_placeholders_mix_pos" = "String %2$@, Float %4$f,\n Int %1$d, \
8+
Long %5$li, Precise %3$.3lf";
89
"extra_string_not_translated" = "This string might not have a translation yet in %1$d of our locales.";
910
"repeated_placeholder" = "String %1$@, yes, I repeat, that's %1$@ indeed, told you %2$d times.";
1011
fr: |
1112
"string_no_pos" = "String %@ here.";
1213
"string_pos" = "Pos String %1$@ here.";
1314
"string_int_pos" = "String %1$@ and Int %2$d";
1415
"string_int_pos_inv" = "Int %2$d before String %1$@";
15-
"many_placeholders_mix_pos" = "String %2$@, Float %4$f, Int %1$d, Long %5$li, Precise %3$.3lf";
16+
"many_placeholders_mix_pos" = "String %2$@, Float %4$f,\
17+
Int %1$d, \n Long %5$li, Precise %3$.3lf";
1618
"repeated_placeholder" = "String %1$@, yes, that's it indeed, won't tell you %2$d times.";
1719
it: |
1820
"string_no_pos" = "String %@ here.";

0 commit comments

Comments
 (0)