* Better compliance with XSD regexps (when transforming to Posix regexps)

* Added `\p{L}` and `\p{N}`
   * Added escaping of `$`
* Added regexp [test/test_pattern.sh]
This commit is contained in:
Olof hagsand 2019-05-22 20:21:48 +02:00
parent 7e109d1d4b
commit f7771d86c2
8 changed files with 724 additions and 32 deletions

View file

@ -31,6 +31,7 @@ if [ -f ./site.sh ]; then
# test skiplist.
for f in $SKIPLIST; do
if [ "$testfile" = "$f" ]; then
echo ...skipped
return -1 # skip
fi
done