diff options
Diffstat (limited to 'test.cudl')
-rw-r--r-- | test.cudl | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,4 +2,11 @@ %true %false [%null %null %false] + ["hello\nfriend\t\tstuff\"" "world"] + "\U0001f600" + { + testing: "this is a test map" + i_hope_it_works: {nesting: "nested maps!!!"} + "here's an interesting key :D": %null + } ] |