[Pkg-javascript-commits] [sax.js] branch upstream updated (ca152a1 -> ea2d4e8)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Jan 15 18:12:28 UTC 2018
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch upstream
in repository sax.js.
from ca152a1 Imported Upstream version 0.5.5
new ea2d4e8 New upstream version 1.2.4
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 5 +
.travis.yml | 12 +
CONTRIBUTING.md | 14 +
LICENSE | 73 +-
LICENSE-W3C.html | 188 --
README.md | 97 +-
component.json | 12 -
examples/example.js | 37 +-
examples/get-products.js | 26 +-
examples/hello-world.js | 4 +-
examples/pretty-print.js | 54 +-
examples/strict.dtd | 870 ---------
lib/sax.js | 2674 +++++++++++++++-------------
package-lock.json | 2604 +++++++++++++++++++++++++++
package.json | 21 +-
test/attribute-name.js | 73 +-
test/attribute-no-space.js | 71 +
test/attribute-unquoted.js | 36 +
test/bom.js | 47 +
test/buffer-overrun.js | 42 +-
test/case.js | 102 +-
test/cdata-chunked.js | 17 +-
test/cdata-end-split.js | 23 +-
test/cdata-fake-end.js | 38 +-
test/cdata-multiple.js | 25 +-
test/cdata.js | 17 +-
test/cyrillic.js | 5 +-
test/duplicate-attribute.js | 31 +-
test/emoji.js | 12 +
test/end_empty_stream.js | 5 +
test/entities.js | 9 +-
test/entity-mega.js | 11 +-
test/entity-nan.js | 9 +
test/flush.js | 14 +
test/index.js | 105 +-
test/issue-23.js | 89 +-
test/issue-30.js | 45 +-
test/issue-35.js | 25 +-
test/issue-47.js | 21 +-
test/issue-49.js | 59 +-
test/issue-84.js | 24 +-
test/issue-86.js | 85 +
test/not-string.js | 8 +
test/opentagstart.js | 86 +
test/parser-position.js | 46 +-
test/script-close-better.js | 23 +-
test/script.js | 74 +-
test/self-closing-child-strict.js | 97 +-
test/self-closing-child.js | 97 +-
test/self-closing-tag.js | 44 +-
test/stand-alone-comment.js | 12 +
test/stray-ending.js | 64 +-
test/trailing-attribute-no-value.js | 15 +-
test/trailing-non-whitespace.js | 33 +-
test/unclosed-root.js | 37 +-
test/unquoted.js | 59 +-
test/utf8-split.js | 24 +-
test/xml-internal-entities.js | 92 +
test/xml_entities.js | 12 +
test/xmlns-as-tag-name.js | 33 +
test/xmlns-issue-41.js | 145 +-
test/xmlns-rebinding.js | 390 +++-
test/xmlns-strict.js | 408 ++++-
test/xmlns-unbound-element.js | 128 +-
test/xmlns-unbound.js | 65 +-
test/xmlns-xml-default-ns.js | 98 +-
test/xmlns-xml-default-prefix-attribute.js | 81 +-
test/xmlns-xml-default-prefix.js | 48 +-
test/xmlns-xml-default-redefine.js | 92 +-
69 files changed, 6648 insertions(+), 3394 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
create mode 100644 CONTRIBUTING.md
delete mode 100644 LICENSE-W3C.html
delete mode 100644 component.json
delete mode 100644 examples/strict.dtd
create mode 100644 package-lock.json
create mode 100644 test/attribute-no-space.js
create mode 100644 test/attribute-unquoted.js
create mode 100644 test/bom.js
create mode 100644 test/emoji.js
create mode 100644 test/end_empty_stream.js
create mode 100644 test/entity-nan.js
create mode 100644 test/flush.js
create mode 100644 test/issue-86.js
create mode 100644 test/not-string.js
create mode 100644 test/opentagstart.js
create mode 100644 test/stand-alone-comment.js
create mode 100644 test/xml-internal-entities.js
create mode 100644 test/xml_entities.js
create mode 100644 test/xmlns-as-tag-name.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/sax.js.git
More information about the Pkg-javascript-commits
mailing list