changeset 31084:037c1e768b56

maint: Merge stable to default
author Arun Giridhar <arungiridhar@gmail.com>
date Thu, 09 Jun 2022 09:00:17 -0400
parents b390f662a150 (current diff) 4dbd8d999b9e (diff)
children d5696a4efa84 06c64a878fc0
files libinterp/parse-tree/oct-parse.yy
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;")