mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 10:05:54 +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_string5">\#ff123456</string>
|
||||
<string name="test_string6">&</string>
|
||||
<string name="test_string7">\'</string>
|
||||
<string name="test_string8">\"</string>
|
||||
</resources>
|
||||
|
@ -4,6 +4,8 @@
|
||||
test2="Lorem ipsum"
|
||||
test3="\@"
|
||||
test4="\?"
|
||||
test5="&"
|
||||
test6="\#"
|
||||
test5="\#ff123456"
|
||||
test6="&"
|
||||
test7="\'"
|
||||
test8="\""
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user