chore: bump scintilla and lexilla version
This commit is contained in:
26
3rdparty/lexilla545/lexilla/test/examples/batch/Issue222.bat
vendored
Normal file
26
3rdparty/lexilla545/lexilla/test/examples/batch/Issue222.bat
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
rem Keywords with colon
|
||||
|
||||
rem with spacing
|
||||
call file.bat arg1
|
||||
call "file.bat" arg1
|
||||
call :label arg1
|
||||
goto :label
|
||||
goto :eof
|
||||
goto label
|
||||
echo: %var%
|
||||
echo: text
|
||||
echo text
|
||||
|
||||
rem no spacing
|
||||
call:label arg1
|
||||
goto:label
|
||||
goto:eof
|
||||
echo:%var%
|
||||
echo:text
|
||||
(call)
|
||||
(echo:)
|
||||
(goto)
|
||||
|
||||
rem call internal commands
|
||||
call echo text
|
||||
call set "a=b"
|
Reference in New Issue
Block a user