diff options
| author | Tim Hatch <tim@timhatch.com> | 2016-05-31 15:43:21 -0700 |
|---|---|---|
| committer | Tim Hatch <tim@timhatch.com> | 2016-05-31 15:43:21 -0700 |
| commit | 06b587c329954ea1ed133a99fcc184863c4bdba2 (patch) | |
| tree | 431dc47f7a93492e3efdfc74fca6e53101f60ff2 /tests/examplefiles | |
| parent | cd0a91a5651cb231afe4a993ea1f2d24252a2d21 (diff) | |
| parent | 0744e221992814a55927739564215a999decdb14 (diff) | |
| download | pygments-git-06b587c329954ea1ed133a99fcc184863c4bdba2.tar.gz | |
Merged in dscorbett/pygments-batch (pull request #596)
Fix Batch variables in FOR loop commands
Diffstat (limited to 'tests/examplefiles')
| -rw-r--r-- | tests/examplefiles/example.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/examplefiles/example.bat b/tests/examplefiles/example.bat index 596f65de..2b45d2bc 100644 --- a/tests/examplefiles/example.bat +++ b/tests/examplefiles/example.bat @@ -205,5 +205,7 @@ for /f "tokens=2 delims==" %%G in ( 'assoc %+;/p extension'),%' ) &>nul ver
if errorlevel 0 if not errorlevel 1 set /a _passed+=1
goto :eof
+FOR /F %%a IN ('%%c%%') DO %%a
+rem %x% %x% %x% %x% %x% %x% %x% %x% %x% %x% %x% %x% %x% %x% %x% %x%
:/?
goto :fail
|
