blob: 4df9ba6ba27de41ef3037701c257f690363a98e2 [file] [log] [blame]
Tristan Matthews04616462013-11-14 16:09:34 -05001/-- This test is run only when JIT support is available. It checks for a
2successful and an unsuccessful JIT compile and save and restore behaviour,
3and a couple of things that are different with JIT. --/
4
5/abc/S+I
6
7/ab(*COMMIT)/S+I
8
9/abc/S+I>testsavedregex
10
11<testsavedregex
12 abc
13
14/a*/SI
15
16/(?(R)a*(?1)|((?R))b)/S+
17 aaaabcde
18
19/-- End of testinput14 --/