mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
@@ -227,6 +227,8 @@ const XHTML = str => parser.parseFromString(str, 'application/xhtml+xml')
|
||||
'/6/4!/4/12',
|
||||
-1,
|
||||
],
|
||||
['/6/4', '/6/4!/2', -1],
|
||||
['/6/4!/2', '/6/4!/2!/2', -1],
|
||||
]) {
|
||||
const x = CFI.compare(a, b)
|
||||
console.assert(x === c, `compare ${a} and ${b}, expected ${c}, got ${x}`)
|
||||
|
||||
Reference in New Issue
Block a user