summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorn <@>2023-05-27 11:43:56 +0300
committern <@>2023-05-27 11:43:56 +0300
commit1a44a776a2e6cfdf619dcf2a05e89399b4a00fbc (patch)
tree42130841c30cee1fbd36e4bffbf6e16afcd512e7 /t
parent91be04e7e8293b537793eb501a775f82c3dc2194 (diff)
j.c
Diffstat (limited to 't')
-rw-r--r--t/t.k1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t.k b/t/t.k
index 02a69c64..ddae0fae 100644
--- a/t/t.k
+++ b/t/t.k
@@ -692,6 +692,7 @@ a:!5;b:2 3;c:3 2;@[a;b;-;c];c / 3 2
`j@`a`bc!(3;(4 5,,())) / "{\"a\":3,\"bc\":[4,5,[]]}"
`j@+`nm`a!(("al";"bo");23 34) / "[{\"nm\":\"al\",\"a\":23},{\"nm\":\"bo\",\"a\":34}]"
`j@-1 0 1 2 0N / "[-1,0,1,2,null]"
+`j@`j?"[true,false,null]" / "[true,false,null]"
`0:`j@"абвгдежзий" / "абвгдежзий"
`0:`j@`j?"\"👀\"" / "👀"
`j?"\"aa\\n\"" / "aa\n"