mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 07:56:24 +00:00
39 lines
827 B
JSON
39 lines
827 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"given": {"foo": [{"✓": "✓"}, {"✓": "✗"}]},
|
||
|
|
"cases": [
|
||
|
|
{
|
||
|
|
"expression": "foo[].\"✓\"",
|
||
|
|
"result": ["✓", "✗"]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"given": {"☯": true},
|
||
|
|
"cases": [
|
||
|
|
{
|
||
|
|
"expression": "\"☯\"",
|
||
|
|
"result": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"given": {"♪♫•*¨*•.¸¸❤¸¸.•*¨*•♫♪": true},
|
||
|
|
"cases": [
|
||
|
|
{
|
||
|
|
"expression": "\"♪♫•*¨*•.¸¸❤¸¸.•*¨*•♫♪\"",
|
||
|
|
"result": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"given": {"☃": true},
|
||
|
|
"cases": [
|
||
|
|
{
|
||
|
|
"expression": "\"☃\"",
|
||
|
|
"result": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|