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.
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
|
|
}
|
|
]
|
|
}
|
|
]
|