diff --git a/test/aframe/index.js b/test/aframe/index.js index 80c98dc..f56d8ca 100644 --- a/test/aframe/index.js +++ b/test/aframe/index.js @@ -15,7 +15,7 @@ console.assert = ((assert) => (a,b) => { /* * parser checks */ -let frags = xrf.URI.parse('://foo.com/1.gltf#pos=1.0,2.0,3.0&q=-.foo&t=1,100',true) +let frags = xrf.URI.parse('://foo.com/1.gltf#pos=1.0,2.0,3.0&t=0,100') console.assert( frags.t, {frags, reason:'URI.parse(): t needs to be set'}) let frag = xrf.URI.parse("#foo=1")