From 427efeae13912b66e1c030c7645a2b1f322dff4d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 25 May 2017 15:40:06 +0200 Subject: Fix few bugs in C++ lexer and parser --- unit-tests/cc/lexer/preprocessor.test | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'unit-tests/cc/lexer/preprocessor.test') diff --git a/unit-tests/cc/lexer/preprocessor.test b/unit-tests/cc/lexer/preprocessor.test index 2917649..e082062 100644 --- a/unit-tests/cc/lexer/preprocessor.test +++ b/unit-tests/cc/lexer/preprocessor.test @@ -36,3 +36,12 @@ $* <>EOO +#define FOO(x) #y +; +EOI +';' +EOO -- cgit v1.1