summaryrefslogtreecommitdiffstats
path: root/test/Moretest
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2003-01-02 09:14:49 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2003-01-02 09:14:49 +0000
commit830efbda726dabd4d317021b660ee2de45684ec0 (patch)
treefaeca94baf216c329c6d140d0a00c7ccbd2c0b2a /test/Moretest
parent1b6668ad080236dfa38577f3051933b09fee9ab5 (diff)
Test AryA incorrect
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5362 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'test/Moretest')
-rw-r--r--test/Moretest/regexp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Moretest/regexp.ml b/test/Moretest/regexp.ml
index 7d2ecf8a0..a932b74c8 100644
--- a/test/Moretest/regexp.ml
+++ b/test/Moretest/regexp.ml
@@ -207,7 +207,7 @@ let automated_test() =
test_search_forward r n "ArkA"
[|"rkA"; "k"; "k"|];
test_search_forward r n "AryA"
- [|"ryA"; "y"; "y"|];
+ [|"ryA"; "y"; ""|];
test_search_forward r n "ArgggkyggkA"
[|"rgggkyggkA"; "k"; "k"|];