w3c / qt3tests

Tests for XPath and XQuery
27 stars 17 forks source link

Node constructors, EQNames (cont.). w3c/qtspecs#9 #26

Closed ChristianGruen closed 4 years ago

ChristianGruen commented 4 years ago

This pull request contains additional tests with a whitespace-only URI string.

The background for my defective test cases: In BaseX, $result[namespace-uri() = ' '] is (well, was) rewritten to $result/self::Q{ }*. It turned out that the two queries are not equivalent as the URI string of the second query is whitespace-normalized.