From 2d5eaed745892a5e035caf7ccc02d27044f344fb Mon Sep 17 00:00:00 2001 From: Jak Wings Date: Fri, 8 Apr 2016 18:20:21 +0800 Subject: fix handling of line continuation in keywords This behavior is more consistent with line continuation in strings other than keywords. Fixes #2897 --- tests/line-continuation.out | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/line-continuation.out (limited to 'tests/line-continuation.out') diff --git a/tests/line-continuation.out b/tests/line-continuation.out new file mode 100644 index 00000000..053209a5 --- /dev/null +++ b/tests/line-continuation.out @@ -0,0 +1,5 @@ +echo +builtin echo +true +if true +if true -- cgit v1.2.3