From 401ff788cb7bcef972b6dee4839a9d2cd4c68759 Mon Sep 17 00:00:00 2001 From: ph10 Date: Sun, 8 Feb 2015 17:05:12 +0000 Subject: [PATCH] Missed test for mutual recursion after crash fixed. --- testdata/testinput1 | 2 ++ testdata/testoutput1 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/testdata/testinput1 b/testdata/testinput1 index 2a9e210..4256a66 100644 --- a/testdata/testinput1 +++ b/testdata/testinput1 @@ -5708,4 +5708,6 @@ name)/mark /(\2|a)(\1)/ aaa +/(\2)(\1)/ + # End of testinput1 diff --git a/testdata/testoutput1 b/testdata/testoutput1 index 4215beb..f052f1f 100644 --- a/testdata/testoutput1 +++ b/testdata/testoutput1 @@ -9418,4 +9418,6 @@ No match 1: a 2: a +/(\2)(\1)/ + # End of testinput1