From 5c3c1b5be35fdbed0b912b9b28fd0cec1d636640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ryszard=20Wi=C5=9Bniewski?= Date: Tue, 3 May 2011 04:49:20 +0200 Subject: [PATCH] Added tests for '\'' and '"' literals. --- .../brut/apktool/testapp/res/values-mcc001/strings.xml | 2 ++ .../resources/brut/apktool/testapp/res/xml/literals.xml | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apktool-lib/src/test/resources/brut/apktool/testapp/res/values-mcc001/strings.xml b/apktool-lib/src/test/resources/brut/apktool/testapp/res/values-mcc001/strings.xml index c1bcc95d..12ba8a84 100644 --- a/apktool-lib/src/test/resources/brut/apktool/testapp/res/values-mcc001/strings.xml +++ b/apktool-lib/src/test/resources/brut/apktool/testapp/res/values-mcc001/strings.xml @@ -6,4 +6,6 @@ \? \#ff123456 & + \' + \" 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 42624872..b7f98668 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,6 +4,8 @@ test2="Lorem ipsum" test3="\@" test4="\?" - test5="&" - test6="\#" + test5="\#ff123456" + test6="&" + test7="\'" + test8="\"" />