aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test/examples/batch/x.bat
diff options
context:
space:
mode:
Diffstat (limited to 'lexilla/test/examples/batch/x.bat')
-rw-r--r--lexilla/test/examples/batch/x.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/lexilla/test/examples/batch/x.bat b/lexilla/test/examples/batch/x.bat
index 60eab1116..916efd36a 100644
--- a/lexilla/test/examples/batch/x.bat
+++ b/lexilla/test/examples/batch/x.bat
@@ -31,4 +31,9 @@ IF NOT DEFINED var (SET var=1)
:: Bug 2065: keywords not recognized when followed by ')'
@if exist a ( exit)
+:: Bug: with \r or \n, 'command' is seen as continuation
+echo word ^
+1
+command
+
:END