mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
another patch from Richard Jinks for substring conformance update of the
* xpath.c: another patch from Richard Jinks for substring conformance * test/XPath/expr/floats test/XPath/expr/strings result/XPath/expr/floats result/XPath/expr/strings: update of the test suite to check those. Daniel
This commit is contained in:
@ -17,5 +17,9 @@ substring("12345",2,3)
|
||||
substring("12345",2)
|
||||
substring("12345",1.5,2.6)
|
||||
substring("12345",0,3)
|
||||
substring("12345", 0 div 0, 3)
|
||||
substring("12345", 1, 0 div 0)
|
||||
substring("12345", -42, 1 div 0)
|
||||
substring("12345", -1 div 0, 1 div 0)
|
||||
string-length("")
|
||||
string-length("titi")
|
||||
|
Reference in New Issue
Block a user