From 93af3fe56d25d302de2850ee1751088c911f466b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ryszard=20Wi=C5=9Bniewski?= Date: Tue, 3 May 2011 05:07:06 +0200 Subject: [PATCH] Added a test for color value in XML attribute. --- .../resources/brut/apktool/testapp/res/xml/literals.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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="\"" />