diff options
Diffstat (limited to 'test/XPath')
| -rw-r--r-- | test/XPath/expr/strings | 2 | ||||
| -rw-r--r-- | test/XPath/tests/chaptersbase | 4 |
2 files changed, 6 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") diff --git a/test/XPath/tests/chaptersbase b/test/XPath/tests/chaptersbase index f8fbe2a8..49900f09 100644 --- a/test/XPath/tests/chaptersbase +++ b/test/XPath/tests/chaptersbase @@ -11,3 +11,7 @@ //p[0 div 0] //p[100000000000000000000] //p[-100000000000000000000] +//chapter[true()][position() mod 2 = 1][true()][2] +//chapter[true()][2][true()] +//node()[false()] +(//node())[false()] |
