<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/test.cudl
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2021-10-04 14:11:29 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2021-10-04 14:11:29 +0100
commit14e929a7596baa7ee9da401975c521aa0e93c3b4 (patch)
tree90459c8dd3b5756d2da409e8dbfdd19420e7e882 /test.cudl
parentd973b4b8eaaa5e7f1d10f9f02069c6d7bde25dcc (diff)
downloadcudl-14e929a7596baa7ee9da401975c521aa0e93c3b4.tar
Add string and map parsing. Currently no support for the schema variants of the syntax for these types
Diffstat (limited to 'test.cudl')
-rw-r--r--test.cudl7
1 files changed, 7 insertions, 0 deletions
diff --git a/test.cudl b/test.cudl
index 150217a..a9de397 100644
--- a/test.cudl
+++ b/test.cudl
@@ -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
+ }
]