From 89e836d42822e69dcaa4eb0a366d8c66e5aaa7e4 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Fri, 19 Jul 2024 00:29:43 +0800 Subject: Correctly parse multiple escaped newlines (#4672) closes https://github.com/shader-slang/slang/issues/4667 --- tests/bugs/gh-4667.slang | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/bugs/gh-4667.slang (limited to 'tests') diff --git a/tests/bugs/gh-4667.slang b/tests/bugs/gh-4667.slang new file mode 100644 index 000000000..4b9078387 --- /dev/null +++ b/tests/bugs/gh-4667.slang @@ -0,0 +1,4 @@ +//TEST:SIMPLE: +\ +\ +int x; -- cgit v1.2.3