mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-08 19:16:09 +01:00
Added tests for '\'' and '"' literals.
This commit is contained in:
parent
76d8aa0abc
commit
5c3c1b5be3
@ -6,4 +6,6 @@
|
|||||||
<string name="test_string4">\?</string>
|
<string name="test_string4">\?</string>
|
||||||
<string name="test_string5">\#ff123456</string>
|
<string name="test_string5">\#ff123456</string>
|
||||||
<string name="test_string6">&</string>
|
<string name="test_string6">&</string>
|
||||||
|
<string name="test_string7">\'</string>
|
||||||
|
<string name="test_string8">\"</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
test2="Lorem ipsum"
|
test2="Lorem ipsum"
|
||||||
test3="\@"
|
test3="\@"
|
||||||
test4="\?"
|
test4="\?"
|
||||||
test5="&"
|
test5="\#ff123456"
|
||||||
test6="\#"
|
test6="&"
|
||||||
|
test7="\'"
|
||||||
|
test8="\""
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user