Skip to content

Commit

Permalink
fix: failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anty0 committed Dec 19, 2024
1 parent b149de6 commit de2f716
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ class ComposeXmlFileExporterTest {
|<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|<resources>
| <plurals name="key3">
| <item quantity="one"># den {icuParam} \'</item>
| <item quantity="one"># den {icuParam} '</item>
| <item quantity="few"># dny</item>
| <item quantity="many"># dní</item>
| <item quantity="other"># dní</item>
| </plurals>
| <string-array name="i_am_array_item">
| <item>I will be first {icuParam} \'{hey}\'</item>
| <item>I will be first {icuParam} '{hey}'</item>
| </string-array>
|</resources>
|
Expand Down

0 comments on commit de2f716

Please sign in to comment.