aboutsummaryrefslogtreecommitdiffstats
path: root/test/XPath/expr
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-07-30 23:01:33 -0700
committerHaibo Huang <hhb@google.com>2020-07-31 00:02:25 -0700
commitcfd91dcb1d8895a6e567a9ff975c3ff6e08202d4 (patch)
treeca9b1275aceb3fef613145005ac702e596eeb644 /test/XPath/expr
parent0793c203602155220d00e079d075b6b5d2c8b381 (diff)
downloadplatform_external_libxml2-cfd91dcb1d8895a6e567a9ff975c3ff6e08202d4.tar.gz
platform_external_libxml2-cfd91dcb1d8895a6e567a9ff975c3ff6e08202d4.tar.bz2
platform_external_libxml2-cfd91dcb1d8895a6e567a9ff975c3ff6e08202d4.zip
Upgrade libxml2 to 1a360c1c2ec950f478d55b31722ecf78f5698e97
Also change upstream to github. This change moves away from stable release. Because we need CMakeLists.txt. It is not in any release yet. They are likely to release another stable version within this year. We can upgrade to that version when it is available. Bug: 157157503 Change-Id: If6f245dbabe36a114563d209c8e100b7e3083f20
Diffstat (limited to 'test/XPath/expr')
-rw-r--r--test/XPath/expr/strings2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/XPath/expr/strings b/test/XPath/expr/strings
index ba02c794..c741ee25 100644
--- a/test/XPath/expr/strings
+++ b/test/XPath/expr/strings
@@ -32,5 +32,7 @@ substring("12345",3,-1 div 0)
substring("12345",-42, 1 div 0)
substring("12345",-1 div 0, 1 div 0)
substring("12345",-1 div 0,5)
+substring("12345",-0.7,4)
+substring("12345",-5000000000,5000000004)
string-length("")
string-length("titi")