You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"Plain message with params 1 test", "Plain message with params {0} {1}", newObject[] {1, "test"},"test with simple params"},
60
58
{"Message with 'single quotes'", "Message with 'single quotes'", newObject[0],"test with single quotes"},
61
59
{"Message with ''doubled single quotes''", "Message with ''doubled single quotes''", newObject[0],"test with doubled single quotes"},
62
60
{"Message with {curly braces} and a parameter {I'm between curly braces too}", "Message with {{curly braces}} and a parameter {{{0}}}", newObject[]{"I'm between curly braces too"},"Test with curly braces"},
63
-
{"Message with {{multiple curly braces}}", "Message with {{{{multiple curly braces}}}}", newObject[]{},"Test with multiple curly braces"},
64
-
{"Message with {Value between brackets} and {{Value between double brackets}}", "Message with {{{0}}} and {{{{{1}}}}}", newObject[]{"Value between brackets", "Value between double brackets"},"Test with multiple curly braces"},
65
-
{"Lets go wild 'value 1', {value 2}, '{value 3}', {'{value 4}'}", "Lets go wild '{0}', {{{1}}}, '{{{2}}}', {{'{{{3}}}'}}", newObject[]{"value 1", "value 2","value 3","value 4"},"Some of all"},
66
-
{"{'{value}'}", "{{'{{{0}}}'}}", newObject[]{"value"},"Mix om multiple brackets and quotes 1"},
67
61
{"'{value}'", "'{{{0}}}'", newObject[]{"value"},"Mix om multiple brackets and quotes 1"},
68
-
{"a '{'{123}'}''' b", "a '{{'{{{0}}}'}}''' b", newObject[]{123},"Mix om multiple brackets and quotes 1"},
62
+
{"'value'", "'{0}'", newObject[]{"value"},"Mix of brackets and quotes"},
63
+
{"{'0'}", "{{'0'}}", newObject[0],"Mix of multiple brackets and quotes 2"},
0 commit comments