aboutsummaryrefslogtreecommitdiff
path: root/test/test_options.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_options.c')
-rw-r--r--test/test_options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_options.c b/test/test_options.c
index 8415e64..ce92ee1 100644
--- a/test/test_options.c
+++ b/test/test_options.c
@@ -200,6 +200,7 @@ extern int main(int argc, char* argv[])
x2(ONIG_OPTION_NONE, "a|abc", "abc", 0, 1);
x2(ONIG_OPTION_NONE, "(a|abc)\\Z", "abc", 0, 3);
x2(ONIG_OPTION_MATCH_WHOLE_STRING, "a|abc", "abc", 0, 3);
+ x2(ONIG_OPTION_MATCH_WHOLE_STRING, "a|abc", "a", 0, 1);
x2(ONIG_OPTION_WORD_IS_ASCII, "\\w", "@g", 1, 2);
n(ONIG_OPTION_WORD_IS_ASCII, "\\w", "あ");