This is an automated email from the ASF dual-hosted git repository.
gerben pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.
from cff896a Remove excess space in package.json
add 9642123 nitpicking
add 6b38b35 Fix document->doc
add 519b231 Move test utils.ts one folder up
add d453e3a Support highlighting empty ranges
add aa5bd9e Create tests for highlighter
new d4d933c Merge branch 'tweak-highlighter'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
packages/dom/src/highlight-range.ts | 12 +-
.../test/highlight-range/highlight-range.test.ts | 199 +++++++++++++++++++++
packages/dom/test/text-quote/describe-cases.ts | 2 +-
packages/dom/test/text-quote/describe.test.ts | 6 +-
packages/dom/test/text-quote/match-cases.ts | 2 +-
packages/dom/test/text-quote/match.test.ts | 14 +-
packages/dom/test/{text-quote => }/utils.ts | 0
7 files changed, 214 insertions(+), 21 deletions(-)
create mode 100644 packages/dom/test/highlight-range/highlight-range.test.ts
rename packages/dom/test/{text-quote => }/utils.ts (100%)