aboutsummaryrefslogtreecommitdiff
path: root/src/regex/test_regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/test_regex.c')
-rw-r--r--src/regex/test_regex.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regex/test_regex.c b/src/regex/test_regex.c
index 56aea52a7..6835d1b83 100644
--- a/src/regex/test_regex.c
+++ b/src/regex/test_regex.c
@@ -48,7 +48,9 @@ main (int argc, char *argv[])
48 dfa = NULL; 48 dfa = NULL;
49 49
50 regex = "a\\*b(c|d)+c*(a(b|c)d)+"; 50 regex = "a\\*b(c|d)+c*(a(b|c)d)+";
51 string = "a*bcabd"; 51 string = "a*bcdcdcdcdddddabd";
52 /*regex = "VPN TCP (IPv4|IPv6) Port53"; */
53 /*string = "VPN TCP IPv4 Port53"; */
52 /*regex = "\\*a(a|b)b"; */ 54 /*regex = "\\*a(a|b)b"; */
53 /*regex = "a(a|b)c"; */ 55 /*regex = "a(a|b)c"; */
54 /*regex = "(a|aa)+"; */ 56 /*regex = "(a|aa)+"; */