[Pkg-javascript-commits] [sax.js] branch master updated (d52341d -> 2a98f27)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Jan 15 18:12:27 UTC 2018
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch master
in repository sax.js.
from d52341d Release
new ea2d4e8 New upstream version 1.2.4
new c4c590a Update upstream source from tag 'upstream/1.2.4'
new 21a241f modernize
new 582dd62 enable tests
new 1bf7469 update changelog
new c469fad update vcs fields
new b884168 don't install to nodejs root
new 2a98f27 update copyright
The 8 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 -
debian/changelog | 9 +
debian/compat | 2 +-
debian/control | 15 +-
debian/copyright | 53 +-
debian/node-sax.install | 3 +-
debian/rules | 5 +-
debian/tests/control | 5 +
debian/tests/require | 3 +
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 +-
77 files changed, 6680 insertions(+), 3457 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
create mode 100644 debian/tests/control
create mode 100644 debian/tests/require
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