diff options
Diffstat (limited to 'tests/empty_record.ur')
-rw-r--r-- | tests/empty_record.ur | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/empty_record.ur b/tests/empty_record.ur new file mode 100644 index 00000000..45ab6fdb --- /dev/null +++ b/tests/empty_record.ur @@ -0,0 +1,3 @@ +val concatX [ctx ::: {Unit}] [use ::: {Type}] + : list (xml ctx use []) -> xml ctx use [] + = List.foldl join <xml/> |