This is an automated email from the ASF dual-hosted git repository.

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


 discard e3efb3b  Remove superfluous seek, tidy up code
     new 6a09edf  Remove superfluous seek, tidy up code
     new c9643a9  Add tests with prefix, suffix, no matches
     new d4d5602  Move test cases into own file
     new e1ac57a  Test if describe inverts test cases for match
     new d5bd5cb  Simple (but failing!) tests for minimal prefix+suffix
     new 035eeb7  f describe tests name
     new b3734c0  Some fixes to satisfy tests
     new 8f2f4ea  WIP

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e3efb3b)
            \
             N -- N -- N   refs/heads/dom-tests (8f2f4ea)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 8 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/text-quote/describe.ts        | 179 ++++++++--------
 packages/dom/src/text-quote/match.ts           |  25 ++-
 packages/dom/test/text-quote-describe-cases.ts |  95 +++++++++
 packages/dom/test/text-quote-describe.ts       |  58 ++++++
 packages/dom/test/text-quote-match-cases.ts    | 269 +++++++++++++++++++++++++
 packages/dom/test/text-quote-match.ts          | 164 +--------------
 packages/dom/test/utils.ts                     |  25 +++
 7 files changed, 552 insertions(+), 263 deletions(-)
 create mode 100644 packages/dom/test/text-quote-describe-cases.ts
 create mode 100644 packages/dom/test/text-quote-describe.ts
 create mode 100644 packages/dom/test/text-quote-match-cases.ts
 create mode 100644 packages/dom/test/utils.ts

Reply via email to