chore: bump scintilla and lexilla version
This commit is contained in:
15
3rdparty/lexilla545/lexilla/test/examples/bash/continuation.bsh
vendored
Normal file
15
3rdparty/lexilla545/lexilla/test/examples/bash/continuation.bsh
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# Tests for line continuation.
|
||||
# Issue #195.
|
||||
|
||||
#backslash1\
|
||||
echo 1
|
||||
#backslash2\\
|
||||
echo 2
|
||||
|
||||
if [ 1 ]; then
|
||||
backslash1=A\
|
||||
fi
|
||||
backslash2=B\\
|
||||
fi
|
||||
|
||||
echo $backslash1, $backslash2
|
Reference in New Issue
Block a user