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 1592338 Test with custom/empty scopes and fix revealed mistakes
new eb791b7 Test with custom/empty scopes and fix revealed mistakes
new 82f0a27 Rename test files to end with '.test.ts'
new 9c9d2fa Organise folder structure
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 (1592338)
\
N -- N -- N refs/heads/dom-tests (9c9d2fa)
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 3 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:
package.json | 4 ++--
packages/dom/src/index.ts | 2 +-
packages/dom/src/{ => range}/cartesian.ts | 0
packages/dom/{test/index.js => src/range/index.ts} | 2 +-
packages/dom/src/{range.ts => range/match.ts} | 6 +++---
packages/dom/src/text-quote/index.ts | 2 +-
packages/dom/test/{cartesian.ts => range/cartesian.test.ts} | 2 +-
.../describe-cases.ts} | 2 +-
.../test/{text-quote-describe.ts => text-quote/describe.test.ts} | 7 +++----
.../test/{text-quote-match-cases.ts => text-quote/match-cases.ts} | 2 +-
.../dom/test/{text-quote-match.ts => text-quote/match.test.ts} | 8 ++++----
packages/dom/test/{ => text-quote}/utils.ts | 0
test/{data-model.ts => data-model.test.ts} | 0
web/webpack.config.js | 2 +-
14 files changed, 19 insertions(+), 20 deletions(-)
rename packages/dom/src/{ => range}/cartesian.ts (100%)
rename packages/dom/{test/index.js => src/range/index.ts} (97%)
rename packages/dom/src/{range.ts => range/match.ts} (91%)
rename packages/dom/test/{cartesian.ts => range/cartesian.test.ts} (96%)
rename packages/dom/test/{text-quote-describe-cases.ts =>
text-quote/describe-cases.ts} (97%)
rename packages/dom/test/{text-quote-describe.ts =>
text-quote/describe.test.ts} (94%)
rename packages/dom/test/{text-quote-match-cases.ts =>
text-quote/match-cases.ts} (99%)
rename packages/dom/test/{text-quote-match.ts => text-quote/match.test.ts}
(97%)
rename packages/dom/test/{ => text-quote}/utils.ts (100%)
rename test/{data-model.ts => data-model.test.ts} (100%)