emacs-matlab/tests/syntaxerr.m
Eric Ludlam 59f7a234ce tests/buggy.m
tests/syntaxerr.m
tests/errexamples.shell.m:
New files with errors in them for testing MATLAB error parsing.
2019-11-17 16:04:52 -05:00

9 lines
133 B
Matlab

function syntaxerr()
% This function has a syntax error in it.
% A = 'incomplete string
% A = 1:B
B = A(1
end