chore: bump scintilla and lexilla version
This commit is contained in:
14
3rdparty/lexilla545/lexilla/test/examples/matlab/Issue18_EscapeSequence.m.octave
vendored
Normal file
14
3rdparty/lexilla545/lexilla/test/examples/matlab/Issue18_EscapeSequence.m.octave
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
% Ensure escape sequences still work in octave
|
||||
% Octave terminates string at 3rd ", Matlab at 4th
|
||||
i="\" "; % " %
|
||||
|
||||
|
||||
% Octave allows string continuation with an escape
|
||||
b = "multi\
|
||||
line"
|
||||
|
||||
% No escape so string ends at line end
|
||||
c = "multi
|
||||
line"
|
||||
|
||||
% end
|
Reference in New Issue
Block a user