Skip to content

Commit

Permalink
Add test for tagged_or_ctor_lit metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sogaiu committed Mar 17, 2023
1 parent c4a29ce commit 7de8f06
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test/corpus/meta_lit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,22 @@ Multiple Bits of Metadata
(kwd_lit (kwd_name)))
(meta_lit
(kwd_lit (kwd_name)))))

================================================================================
Tagged Literal Metadata
================================================================================

^#/(data) thing

--------------------------------------------------------------------------------

(source
(sym_lit
(meta_lit
(tagged_or_ctor_lit
(sym_lit
(sym_name))
(list_lit
(sym_lit
(sym_name)))))
(sym_name)))

0 comments on commit 7de8f06

Please sign in to comment.