xrfragment-haxe/src/spec/s.json

6 lines
391 B
JSON
Raw Normal View History

2024-02-05 14:11:29 +01:00
[
2024-02-08 19:40:43 +01:00
{"fn":"url","data":"http://foo.com?foo=1#s=1", "expect":{ "fn":"equal.x", "input":"s","out":"1"},"label":"playback speed"},
{"fn":"url","data":"http://foo.com?foo=1#s=0.5", "expect":{ "fn":"equal.x", "input":"s","out":"0.5"},"label":"playback speed"},
{"fn":"url","data":"http://foo.com?foo=1#s=-0.5", "expect":{ "fn":"equal.x", "input":"s","out":"-0.5"},"label":"playback speed"}
2024-02-05 14:11:29 +01:00
]