summaryrefslogtreecommitdiff
path: root/tests/examplefiles
diff options
context:
space:
mode:
authorDavid Corbett <corbett.dav@husky.neu.edu>2016-03-01 20:09:08 -0500
committerDavid Corbett <corbett.dav@husky.neu.edu>2016-03-01 20:09:08 -0500
commit3f9cd15015316ce3567746de502e7b711f33cedf (patch)
tree2d44f822b81fd2a87b430041d5630ec48151496d /tests/examplefiles
parent828e8fc89db710810eb2dcc72d514d5fc3ac5145 (diff)
downloadpygments-git-3f9cd15015316ce3567746de502e7b711f33cedf.tar.gz
Fix Batch strings
Diffstat (limited to 'tests/examplefiles')
-rw-r--r--tests/examplefiles/example.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/examplefiles/example.bat b/tests/examplefiles/example.bat
index bf27673c..596f65de 100644
--- a/tests/examplefiles/example.bat
+++ b/tests/examplefiles/example.bat
@@ -99,6 +99,10 @@ goto fail
rem "comment comment"^
goto fail
rem comment comment^
+if "1==1" equ "1==1" goto comments4
+goto fail
+:comments4
+rem comment"comment^
set /a _passed+=1
GOTO :EOF
goto :fail