diff test/fcn-handle/module.mk @ 28156:22cddebcb0d0 stable

allow @get and @set to work properly again (bug #57988) * lex.h, lex.ll (base_lexer::is_keyword_token): Delete. Replace all uses with iskeyword. (Fiskeyword): When creating list, also omit "enumeration", "events", "methods", and "properties". * keyword.tst: New file. * test/fcn-handle/module.mk: Update
author John W. Eaton <jwe@octave.org>
date Thu, 12 Mar 2020 23:51:49 -0400
parents b033cf021048
children 23fe97205db5
line wrap: on
line diff
--- a/test/fcn-handle/module.mk	Thu Mar 12 16:56:18 2020 -0700
+++ b/test/fcn-handle/module.mk	Thu Mar 12 23:51:49 2020 -0400
@@ -14,6 +14,7 @@
   %reldir%/bug51709_c.m \
   %reldir%/derived-resolution.tst \
   %reldir%/f1.m \
+  %reldir%/keyword.tst \
   %reldir%/object-method.tst \
   %reldir%/package-function.tst \
   %reldir%/static-method.tst