Add tests of regex tools.

This commit is contained in:
Matthieu Gautier
2019-08-12 10:30:52 +02:00
parent 0154131d74
commit fee2da57e6
2 changed files with 111 additions and 1 deletions

View File

@ -2,7 +2,8 @@
tests = [
'parseUrl',
'library'
'library',
'regex'
]