|
{ "testml" : "0.3.0" ,
"code" : [
[ "==" ,
[ "." ,
"foo" ,
[ "Type" ]],
"str" ,
"Type is string" ],
[ "==" ,
[ "." ,
42,
[ "Type" ]],
"num" ,
"Type is number" ],
[ "==" ,
[ "." ,
[ "/" , "^x.*$" ],
[ "Type" ]],
"regex" ,
"Type is regex" ],
[ "==" ,
[ "." ,
[ "True" ],
[ "Type" ]],
"bool" ,
"Type is bool" ],
[ "==" ,
[ "." ,
[ "Null" ],
[ "Type" ]],
"null" ,
"Type is null" ],
[ "==" ,
[ "." ,
[[1,2,3]],
[ "Type" ]],
"list" ,
"Type is list" ],
[ "%<>" ,[ "*list" ],
[ "==" ,
[ "." ,
[ "*" , "list" ],
[ "Type" ]],
"list" ,
"Type is list" ]],
[ "%<>" ,[ "*hash" ],
[ "==" ,
[ "." ,
[ "*" , "hash" ],
[ "Type" ]],
"hash" ,
"Type is hash" ]],
[ "==" ,
[ "." ,
[ "Error" ],
[ "Type" ]],
"error" ,
"Type is error" ],
[ "==" ,
[ "." ,
[ "x9" ],
[ "Catch" ],
[ "Type" ]],
"error" ,
"Type is error" ],
[ "=" , "f" ,
[ "=>" ,[],
[[ "=" , "x" ,1]]]],
[ "==" ,
[ "." ,
[ "f" ],
[ "Type" ]],
"func" ,
"Type is func" ],
[ "=" , "a" ,
[[]]],
[ "==" ,
[ "." ,
[ "[]" ,
[ "a" ],
0],
[ "Type" ]],
"none" ,
"Type is none" ],
[ "==" ,
[ "." ,
[ "None" ],
[ "Type" ]],
"none" ,
"Type is none" ],
[ "==" ,
[ "." ,
[ "mine" ],
[ "Type" ]],
"native" ,
"Type is native" ]],
"data" : [
{ "label" : "Test 1" ,
"point" : {
"list" : [[ "foo" ,123]],
"hash" : [
{ "foo" : "bar" ,
"bar" : 123}]}}]}
|