BaseXdb / basex

BaseX Main Repository.

Home Page:http://basex.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XQuery: Regular expressions, character classes

ChristianGruen opened this issue · comments

If a character range has no ending character, the charatcers are to be interpreted as single characters:

matches('a', '[a-]')

Expected: true, returned: error.

Problem resolved, all tests cases are still running.