BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
661 stars 267 forks source link

XQuery: Regular expressions, character classes #2235

Closed ChristianGruen closed 10 months ago

ChristianGruen commented 11 months ago

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

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

Expected: true, returned: error.

ChristianGruen commented 10 months ago

Problem resolved, all tests cases are still running.