Update tests

pull/70/head
Stephan Seitz 2021-11-25 22:09:49 +07:00
parent 7535bb813b
commit 8c2cdcc4c5
1 changed files with 21 additions and 1 deletions

@ -1076,7 +1076,6 @@ Self-references
(kwd_symbol))
(sym_lit))))))
================================================================================
@ in defun identifiers
================================================================================
@ -1089,3 +1088,24 @@ Self-references
(baz))
--------------------------------------------------------------------------------
(source
(comment)
(list_lit
(defun
(defun_header
(defun_keyword)
(sym_lit)
(list_lit
(sym_lit)))
(list_lit
(sym_lit))))
(comment)
(list_lit
(defun
(defun_header
(defun_keyword)
(sym_lit)
(list_lit
(sym_lit)))
(list_lit
(sym_lit)))))