comparison test/parser.tst @ 21076:b433f9990452

strip trailing whitespace from files * NEWS, oop.txi, ov.h, dSparse.h, f77-fcn.h, lo-array-gripes.h, display.m, int2str.m, num2str.m, subsindex.m, fileattrib.m, parser.tst: Strip trailing whitespace.
author John W. Eaton <jwe@octave.org>
date Fri, 15 Jan 2016 12:46:58 -0500
parents cd50ce72fa24
children a4faec57f4c8
comparison
equal deleted inserted replaced
21075:5ed379c8decd 21076:b433f9990452
315 %!test 315 %!test
316 %! a = {1, @sin, 2, @cos}; 316 %! a = {1, @sin, 2, @cos};
317 %! b = {1 @sin 2 @cos}; 317 %! b = {1 @sin 2 @cos};
318 %! assert (a, b) 318 %! assert (a, b)
319 319
320 ## Maybe unnecessary, but check that further changes to parser don't 320 ## Maybe unnecessary, but check that further changes to parser don't
321 ## invalidate error handling (bug #46534). 321 ## invalidate error handling (bug #46534).
322 #!error <vertical dimensions mismatch \(1x2 vs 1x1\)> z = [1, 2; 3] 322 #!error <vertical dimensions mismatch \(1x2 vs 1x1\)> z = [1, 2; 3]