You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
beautiful-racket/beautiful-racket-demo/jsonic-demo/test-sources.rkt

11 lines
215 B
Racket

#lang at-exp br
(require br/test rackunit)
(check-equal? (run-source "jsonic-test.rkt") @string-append{
[
null,
42,
true,
["array","of","strings"],
{"key-2":false,"key-1":null,"key-3":{"subkey":21}}
]})