Open halmos opened 3 years ago
See issue #14 and #10.
Please note: I was not able to understand if the CFI test at: https://github.com/fread-ink/epub-cfi-resolver/blob/66f054365c8700abcc64fb2bad71a5156cddb23c/tests/generator.js#L64
should expected to be
cfiStr = 'epubcfi(/4/2[!/^[^]^,^;]/2/4[!/foo^^^[^]]/1:10)';
or
cfiStr = 'epubcfi(/4/2[!/^[^]^,^;]/4[!/foo^^^[^]]/1:10)';
Currently, the code is producing the first one.
See issue #14 and #10.
Please note: I was not able to understand if the CFI test at: https://github.com/fread-ink/epub-cfi-resolver/blob/66f054365c8700abcc64fb2bad71a5156cddb23c/tests/generator.js#L64
should expected to be
or
Currently, the code is producing the first one.