fixed test
This commit is contained in:
parent
29ad07eabd
commit
c1f026f147
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ console.assert = ((assert) => (a,b) => {
|
||||||
/*
|
/*
|
||||||
* parser checks
|
* 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'})
|
console.assert( frags.t, {frags, reason:'URI.parse(): t needs to be set'})
|
||||||
|
|
||||||
let frag = xrf.URI.parse("#foo=1")
|
let frag = xrf.URI.parse("#foo=1")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue