diff --git a/apktool-lib/src/test/resources/brut/apktool/testapp/res/xml/literals.xml b/apktool-lib/src/test/resources/brut/apktool/testapp/res/xml/literals.xml index b7f98668..1e8989be 100644 --- a/apktool-lib/src/test/resources/brut/apktool/testapp/res/xml/literals.xml +++ b/apktool-lib/src/test/resources/brut/apktool/testapp/res/xml/literals.xml @@ -4,8 +4,9 @@ test2="Lorem ipsum" test3="\@" test4="\?" - test5="\#ff123456" - test6="&" - test7="\'" - test8="\"" + test5="#ff123456" + test6="\#ff123456" + test7="&" + test8="\'" + test9="\"" />