summaryrefslogtreecommitdiff
path: root/pcre/pcre_jit_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcre/pcre_jit_test.c')
-rw-r--r--pcre/pcre_jit_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcre/pcre_jit_test.c b/pcre/pcre_jit_test.c
index d03993be24f..17378957d62 100644
--- a/pcre/pcre_jit_test.c
+++ b/pcre/pcre_jit_test.c
@@ -182,6 +182,7 @@ static struct regression_test_case regression_test_cases[] = {
{ CMUAP, 0, "\xf0\x90\x90\x80{2}", "\xf0\x90\x90\x80#\xf0\x90\x90\xa8\xf0\x90\x90\x80" },
{ CMUAP, 0, "\xf0\x90\x90\xa8{2}", "\xf0\x90\x90\x80#\xf0\x90\x90\xa8\xf0\x90\x90\x80" },
{ CMUAP, 0, "\xe1\xbd\xb8\xe1\xbf\xb8", "\xe1\xbf\xb8\xe1\xbd\xb8" },
+ { MA, 0, "[3-57-9]", "5" },
/* Assertions. */
{ MUA, 0, "\\b[^A]", "A_B#" },