xrfragment/src/spec/query.or.json

5 lines
218 B
JSON
Raw Normal View History

2023-03-17 16:06:24 +01:00
[
{"fn":"query","data":"foo or bar", "expect":{ "fn":"selected","input":"foo","out":true}},
{"fn":"query","data":"foo or bar", "expect":{ "fn":"selected","input":"xxx","out":false}, "label":"nonselected entity"}
]