chore: bump scintilla and lexilla version
This commit is contained in:
7
3rdparty/lexilla545/lexilla/test/examples/bash/Issue182.bsh
vendored
Normal file
7
3rdparty/lexilla545/lexilla/test/examples/bash/Issue182.bsh
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
if [ -n "$eth" -o -n "$wlan" ]; then
|
||||
fi
|
||||
|
||||
test $((1 + 1)) -eq 2 && echo yes
|
||||
[ $((1 + 1)) -eq 2 ] && echo yes
|
||||
|
||||
ls -a --directory
|
Reference in New Issue
Block a user