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/04/03 12:57:50 UTC

[incubator-annotator] branch master updated (13cc87f -> 6d637fc)

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 13cc87f  yarn run lint
     add 50ad35e  Parser code readability
     add 6bba0e4  Half-working attempt at parsing unencoded parentheses.
     add 1630831  Add debug tool for parser
     add 531d5e7  Test fragment-identifier against spec examples
     add 7ad5a15  Test if it throws on invalid input
     add 9f77a08  Test parsing values with parentheses
     add 01dab31  Percent-encode parentheses in stringify()
     add 6b14a01  Add tests for stringify
     add ae31a81  Add missing valid characters
     new 6d637fc  Merge pull request #73 from apache/fragment-tests

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/fragment-identifier/src/fragment.pegjs    |  38 +++--
 packages/fragment-identifier/src/index.js          |  12 +-
 packages/fragment-identifier/test/index.js         | 126 +++++++++++++++
 .../fragment-identifier/test/spec-examples.json    | 180 +++++++++++++++++++++
 4 files changed, 336 insertions(+), 20 deletions(-)
 create mode 100644 packages/fragment-identifier/test/index.js
 create mode 100644 packages/fragment-identifier/test/spec-examples.json


[incubator-annotator] 01/01: Merge pull request #73 from apache/fragment-tests

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 6d637fc7f74c673ff141372c3e1ad5065bedd7b2
Merge: 13cc87f ae31a81
Author: Gerben <ge...@treora.com>
AuthorDate: Fri Apr 3 14:57:39 2020 +0200

    Merge pull request #73 from apache/fragment-tests
    
    Add tests for fragment-identifier and (attempt to) improve it

 packages/fragment-identifier/src/fragment.pegjs    |  38 +++--
 packages/fragment-identifier/src/index.js          |  12 +-
 packages/fragment-identifier/test/index.js         | 126 +++++++++++++++
 .../fragment-identifier/test/spec-examples.json    | 180 +++++++++++++++++++++
 4 files changed, 336 insertions(+), 20 deletions(-)