From 272ab6c8d8c1214c283df27bf78302a272dd08c3 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 30 Apr 2015 19:02:51 +0200 Subject: [PATCH] Add some recovery tests --- .../eofError.test} | 0 test/code/parser/errorHandling/recovery.test | 186 ++++++++++++++++++ 2 files changed, 186 insertions(+) rename test/code/parser/{error_pos.test => errorHandling/eofError.test} (100%) create mode 100644 test/code/parser/errorHandling/recovery.test diff --git a/test/code/parser/error_pos.test b/test/code/parser/errorHandling/eofError.test similarity index 100% rename from test/code/parser/error_pos.test rename to test/code/parser/errorHandling/eofError.test diff --git a/test/code/parser/errorHandling/recovery.test b/test/code/parser/errorHandling/recovery.test new file mode 100644 index 0000000..e9221af --- /dev/null +++ b/test/code/parser/errorHandling/recovery.test @@ -0,0 +1,186 @@ +Error recovery +----- +