[Pkg-javascript-commits] [sax.js] 02/08: Update upstream source from tag 'upstream/1.2.4'
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 commit to branch master
in repository sax.js.
commit c4c590a09d1cd6aa6d885a73b0c7cad360e44f0a
Merge: d52341d ea2d4e8
Author: Pirate Praveen <praveen at debian.org>
Date: Mon Jan 15 23:12:59 2018 +0530
Update upstream source from tag 'upstream/1.2.4'
Update to upstream version '1.2.4'
with Debian dir aeb67271569e1c237d40147c5006330c5c3f6b68
.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(-)
--
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