diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-09-08 22:07:42 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-09-08 22:07:42 +0900 |
commit | 4732847654ed74ed893b7ea088805832fd91cc18 (patch) | |
tree | 393207d68983c3b587733b83714bef2de2457025 /examples/foreach-xpath.sh | |
download | xmlstarlet-tizen_2.4.tar.gz xmlstarlet-tizen_2.4.tar.bz2 xmlstarlet-tizen_2.4.zip |
tizen 2.3.1 releasetizen_2.4_mobile_releasetizen_2.3.1_releasesubmit/tizen_2.4/20151028.063429submit/tizen_2.3.1/20150915.075556accepted/tizen/2.4/mobile/20151029.035146tizen_2.4tizen_2.3.1accepted/tizen_2.4_mobile
Diffstat (limited to 'examples/foreach-xpath.sh')
-rw-r--r-- | examples/foreach-xpath.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/foreach-xpath.sh b/examples/foreach-xpath.sh new file mode 100644 index 0000000..62af650 --- /dev/null +++ b/examples/foreach-xpath.sh @@ -0,0 +1,8 @@ +#!/bin/sh +the_test "'abc'" +the_test \"a\'c\" +the_test \'a\"c\' +the_test 'concat("a'\''", '\'\"c\'\) +the_test 'concat('\'\"\',\ \"\'a\'b\",\ \'\"\"\'\) +the_test 'concat("!@#$%^&*()_+-=~`\|'\'\",\''";:/?.>,<[]{}'\'\) +the_test '"]]>"' |