fixed test

This commit is contained in:
Leon van Kammen 2024-03-15 10:30:42 +00:00
parent 29ad07eabd
commit c1f026f147
1 changed files with 1 additions and 1 deletions

View File

@ -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")