xrfragment/src/spec/uv.json

5 lines
302 B
JSON
Raw Normal View History

2024-02-08 19:40:43 +01:00
[
{"fn":"url","data":"http://foo.com?foo=1#uv=1.2,2.2", "expect":{ "fn":"equal.xy", "input":"uv","out":"1.2,2.2"},"label":"equal.string uv"},
{"fn":"url","data":"http://foo.com?foo=1#uv=1.2,2.2,+1,+1", "expect":{ "fn":"equal.xyz", "input":"uv","out":"1.2,2.2,1"},"label":"equal.string uv"}
2024-02-08 19:40:43 +01:00
]