# HG changeset patch # User Arun Giridhar # Date 1654779617 14400 # Node ID 037c1e768b56becd5a815fdb27dbe90bbff070b3 # Parent b390f662a150ebcc51f566ae85b65dc6b4cf5cd4# Parent 4dbd8d999b9e3e34c4c54ffd9f67f5bf4b88cb04 maint: Merge stable to default diff -r b390f662a150 -r 037c1e768b56 libinterp/parse-tree/oct-parse.yy --- a/libinterp/parse-tree/oct-parse.yy Wed Jun 08 15:32:19 2022 -0400 +++ b/libinterp/parse-tree/oct-parse.yy Thu Jun 09 09:00:17 2022 -0400 @@ -6477,6 +6477,12 @@ %! [a,] = gcd (1,2); %! [a,b,] = gcd (1, 2); +%!test <*62587> +%! assert (ischar (__FILE__)) + +%!test <*62587> +%! assert (isnumeric (__LINE__)) + ## Can't assign to a keyword %!error eval ("switch = 13;")