From 999be5b366072fde884b6fef1d5e31b52fedd0a6 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Wed, 20 May 2015 13:17:12 +0100 Subject: [PATCH] Added simple test for yacc-style brackets (see patch #27) --- re2c/test/patch27_yacc_style_brackets.c | 4 ++++ re2c/test/patch27_yacc_style_brackets.re | 1 + 2 files changed, 5 insertions(+) create mode 100644 re2c/test/patch27_yacc_style_brackets.c create mode 100644 re2c/test/patch27_yacc_style_brackets.re diff --git a/re2c/test/patch27_yacc_style_brackets.c b/re2c/test/patch27_yacc_style_brackets.c new file mode 100644 index 00000000..b80b1a87 --- /dev/null +++ b/re2c/test/patch27_yacc_style_brackets.c @@ -0,0 +1,4 @@ +/* Generated by re2c */ +#line 1 "patch27_yacc_style_brackets.re" +#line 1 "patch27_yacc_style_brackets.re" + diff --git a/re2c/test/patch27_yacc_style_brackets.re b/re2c/test/patch27_yacc_style_brackets.re new file mode 100644 index 00000000..fa84e3a3 --- /dev/null +++ b/re2c/test/patch27_yacc_style_brackets.re @@ -0,0 +1 @@ +%{%} -- 2.40.0