From c1f026f147e7a24f87b7325a2741298a56e9a0b7 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 15 Mar 2024 10:30:42 +0000 Subject: [PATCH] fixed test --- test/aframe/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")