Skip to content

Commit

Permalink
Add test for a .NET type that can be found in clojure CLR
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyfreeman committed Feb 28, 2023
1 parent 7577e43 commit e5727bc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/corpus/sym_lit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,19 @@ Division Symbol followed by delimiter
(sym_lit (sym_name))
(sym_lit (sym_name))
(sym_lit (sym_name))))

================================================================================
Clojure CLR Generic List Type
================================================================================

|System.Collections.Generic.IList`1[System.Int32]|

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

(source
(sym_lit (sym_name))
(syn_quoting_lit
(num_lit))
(vec_lit
(sym_lit (sym_name)))
(sym_lit (sym_name)))

0 comments on commit e5727bc

Please sign in to comment.