From 14e929a7596baa7ee9da401975c521aa0e93c3b4 Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Mon, 4 Oct 2021 14:11:29 +0100 Subject: Add string and map parsing. Currently no support for the schema variants of the syntax for these types --- test.cudl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test.cudl') 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 + } ] -- cgit v1.2.3