comparison libinterp/parse-tree/oct-parse.yy @ 31090:1779a64b2510

maint: Merge stable to default
author Arun Giridhar <arungiridhar@gmail.com>
date Fri, 10 Jun 2022 18:57:17 -0400
parents 037c1e768b56 4b6f03d7264a
children 670a0d878af1
comparison
equal deleted inserted replaced
31089:9da8bb2974d7 31090:1779a64b2510
6475 6475
6476 %!test <*35645> 6476 %!test <*35645>
6477 %! [a,] = gcd (1,2); 6477 %! [a,] = gcd (1,2);
6478 %! [a,b,] = gcd (1, 2); 6478 %! [a,b,] = gcd (1, 2);
6479 6479
6480 %!test <*62587>
6481 %! assert (ischar (__FILE__))
6482
6483 %!test <*62587>
6484 %! assert (isnumeric (__LINE__))
6485
6486 ## Can't assign to a keyword 6480 ## Can't assign to a keyword
6487 %!error eval ("switch = 13;") 6481 %!error eval ("switch = 13;")
6488 6482
6489 %!shared str 6483 %!shared str
6490 %! str = "disp ('hello');"; 6484 %! str = "disp ('hello');";