mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-10 07:00:08 +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
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|