Added tests for substring and regular expression functions.
authorArjen Baart <arjen@andromeda.nl>
Fri, 24 May 2019 17:05:29 +0000 (19:05 +0200)
committerArjen Baart <arjen@andromeda.nl>
Fri, 24 May 2019 17:05:29 +0000 (19:05 +0200)
commit0ca7087f72d70137aac20c012b0a792c444b3e45
tree382250b5f527c75e16ec39188ca9c8173cc372d2
parentddd1740109e7e78bb7f516542d037c8e120f62a1
Added tests for substring and regular expression functions.
src/Makefile.am
src/Makefile.in
src/String.h
src/string.cpp
test/Makefile.am
test/Makefile.in
test/string_assign.cpp
test/string_regex.cpp [new file with mode: 0644]
test/string_regex.exp [new file with mode: 0644]
test/string_substring.cpp [new file with mode: 0644]