mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 10:35:52 +01:00
Added test for a literal with single substitution (should not add formatted="false").
This commit is contained in:
parent
27fd99ea8c
commit
113965e5b5
@ -17,4 +17,5 @@ bar"</string>
|
|||||||
<string name="test_string16">foo<b>bar<i>"b
|
<string name="test_string16">foo<b>bar<i>"b
|
||||||
az"</i></b>foo</string>
|
az"</i></b>foo</string>
|
||||||
<string name="test_string17" formatted="false">%d of %d</string>
|
<string name="test_string17" formatted="false">%d of %d</string>
|
||||||
|
<string name="test_string18">foo %d bar</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user