Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit 64968e2

Browse files
work in progress [might break]
1 parent 27cf121 commit 64968e2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

test/helloworld/test.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
xrfragment = require('./dist/xrfragment.js').xrfragment
2+
3+
console.dir(xrfragment.URI.parse("#pos=foo"))
4+
console.log("hello world")

test/helloworld/test.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from dist import xrfragment
2+
3+
frag = xrfragment.xrfragment_XRF.toDict( xrfragment.xrfragment_URI.parse("#pos=foo",None) )
4+
5+
print("hello world")
6+
print( frag.keys() )

0 commit comments

Comments
 (0)