comparison 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
comparison
equal deleted inserted replaced
28154:e7fe6703a81f 28156:22cddebcb0d0
12 %reldir%/@fhdr_parent/numel.m \ 12 %reldir%/@fhdr_parent/numel.m \
13 %reldir%/bug51709_a.m \ 13 %reldir%/bug51709_a.m \
14 %reldir%/bug51709_c.m \ 14 %reldir%/bug51709_c.m \
15 %reldir%/derived-resolution.tst \ 15 %reldir%/derived-resolution.tst \
16 %reldir%/f1.m \ 16 %reldir%/f1.m \
17 %reldir%/keyword.tst \
17 %reldir%/object-method.tst \ 18 %reldir%/object-method.tst \
18 %reldir%/package-function.tst \ 19 %reldir%/package-function.tst \
19 %reldir%/static-method.tst 20 %reldir%/static-method.tst
20 21
21 TEST_FILES += $(fcn_handle_TEST_FILES) 22 TEST_FILES += $(fcn_handle_TEST_FILES)