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 8f2f4ea WIP
discard b3734c0 Some fixes to satisfy tests
discard 035eeb7 f describe tests name
discard d5bd5cb Simple (but failing!) tests for minimal prefix+suffix
discard e1ac57a Test if describe inverts test cases for match
new 34ab9c7 Test if describe inverts test cases for match
new eab9ebd Simple (but failing!) tests for minimal prefix+suffix
new 380fbe4 Some fixes to satisfy tests
new 51cbe8d Fix & simplify implementation of describeTextQuote
new da1981a Make match & describe handle empty quotes ‘correctly’
new 1592338 Test with custom/empty scopes and fix revealed mistakes
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 (8f2f4ea)
\
N -- N -- N refs/heads/dom-tests (1592338)
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 6 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 | 67 +++++++++++++++-----------
packages/dom/src/text-quote/match.ts | 2 +-
packages/dom/test/text-quote-describe-cases.ts | 37 +++++++++++---
packages/dom/test/text-quote-describe.ts | 40 ++++++++++++++-
packages/dom/test/text-quote-match-cases.ts | 66 +++++++++++++++++++++++++
packages/dom/test/text-quote-match.ts | 28 +++++++++++
6 files changed, 203 insertions(+), 37 deletions(-)