fixed test
This commit is contained in:
parent
29ad07eabd
commit
c1f026f147
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue