Skip to content

Commit

Permalink
fix: edit expected result in exporter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huglx committed Aug 12, 2024
1 parent e594c66 commit ee25924
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ class JsonFileExporterTest {
"cs.json",
"""
|{
| "key3" : "{count, plural, one {# den {icuParam}} few {# dny} other {# dní}}",
| "item" : "I will be first {icuParam, number}"
| "key3": "{count, plural, one {# den {icuParam}} few {# dny} other {# dní}}",
| "item": "I will be first {icuParam, number}"
|}
""".trimMargin(),
)
Expand Down Expand Up @@ -134,8 +134,8 @@ class JsonFileExporterTest {
"cs.json",
"""
|{
| "key3" : "{count, plural, one {# den {icuParam, number}} few {# dny} other {# dní}}",
| "item" : "I will be first '{'icuParam'}' {hello, number}"
| "key3": "{count, plural, one {# den {icuParam, number}} few {# dny} other {# dní}}",
| "item": "I will be first '{'icuParam'}' {hello, number}"
|}
""".trimMargin(),
)
Expand Down Expand Up @@ -180,7 +180,7 @@ class JsonFileExporterTest {
"cs.json",
"""
|{
| "item" : "I will be first '{'icuParam'}' %<hello>d"
| "item": "I will be first '{'icuParam'}' %<hello>d"
|}
""".trimMargin(),
)
Expand Down

0 comments on commit ee25924

Please sign in to comment.