You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ge...@apache.org on 2020/07/24 10:46:30 UTC

[incubator-annotator] branch master updated (cff896a -> d4d933c)

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%)


[incubator-annotator] 01/01: Merge branch 'tweak-highlighter'

Posted by ge...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gerben pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit d4d933c61bb559221b5dd896fde399fc53adedba
Merge: cff896a aa5bd9e
Author: Gerben <ge...@treora.com>
AuthorDate: Fri Jul 24 12:44:27 2020 +0200

    Merge branch 'tweak-highlighter'

 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(-)