From 56b1fbe7c9ebb4371821d8ec841183f129a7e0c1 Mon Sep 17 00:00:00 2001 From: dannyfreeman Date: Tue, 28 Feb 2023 12:41:19 -0500 Subject: [PATCH] Add test for a .NET type that can be found in clojure CLR --- test/corpus/sym_lit.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/test/corpus/sym_lit.txt b/test/corpus/sym_lit.txt index 7dd98ab..dfa07fb 100644 --- a/test/corpus/sym_lit.txt +++ b/test/corpus/sym_lit.txt @@ -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)))