59f7a234ce
tests/syntaxerr.m tests/errexamples.shell.m: New files with errors in them for testing MATLAB error parsing.
9 lines
133 B
Matlab
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
|