mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 05:47:46 +01:00
Added tests for unicode literals.
This commit is contained in:
parent
fadb4e3353
commit
f041f091c5
@ -8,4 +8,5 @@
|
||||
<string name="test_string6">&</string>
|
||||
<string name="test_string7">\'</string>
|
||||
<string name="test_string8">\"</string>
|
||||
<string name="test_string9">\u0005</string>
|
||||
</resources>
|
||||
|
@ -9,4 +9,5 @@
|
||||
test7="&"
|
||||
test8="\'"
|
||||
test9="\""
|
||||
test10="\u0005"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user