mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
Added tests for positional substitutions in string and string-array.
This commit is contained in:
parent
2aa7a70b74
commit
3ed49c83cb
@ -4,6 +4,7 @@
|
||||
<item>TEST1</item>
|
||||
<item>TEST2</item>
|
||||
<item>TEST3</item>
|
||||
<item>%2$s foo %1$d</item>
|
||||
</string-array>
|
||||
<integer-array name="test_array2">
|
||||
<item>-1</item>
|
||||
|
@ -18,4 +18,5 @@ bar"</string>
|
||||
az"</i></b>foo</string>
|
||||
<string name="test_string17" formatted="false">%d of %d</string>
|
||||
<string name="test_string18">foo %d bar %</string>
|
||||
<string name="test_string19">%2$s foo %1$d</string>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user