[Pkg-javascript-commits] [sax.js] branch upstream updated (5f5a454 -> ca152a1)
Jérémy Lal
kapouer at alioth.debian.org
Mon Sep 23 00:23:28 UTC 2013
This is an automated email from the git hooks/post-receive script.
kapouer pushed a change to branch upstream
in repository sax.js.
from 5f5a454 Imported Upstream version 0.4.0
new ca152a1 Imported Upstream version 0.5.5
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:
AUTHORS | 1 +
LICENSE | 47 +--
LICENSE-W3C.html | 188 ++++++++++++
README.md | 3 +-
component.json | 12 +
examples/example.js | 50 ++--
examples/switch-bench.js | 45 ---
lib/sax.js | 436 ++++++++++++++++++++++++----
package.json | 20 +-
test/attribute-name.js | 33 +++
test/buffer-overrun.js | 3 +-
test/case.js | 9 +-
test/cdata-chunked.js | 2 +-
test/cdata-end-split.js | 2 +-
test/cdata-fake-end.js | 4 +-
test/cdata-multiple.js | 2 +-
test/cdata.js | 2 +-
test/cyrillic.js | 8 +
test/duplicate-attribute.js | 13 +
test/entities.js | 10 +
test/entity-mega.js | 16 +
test/issue-23.js | 16 +-
test/issue-30.js | 4 +-
test/issue-35.js | 2 +-
test/issue-47.js | 9 +-
test/issue-49.js | 8 +-
test/issue-84.js | 13 +
test/script-close-better.js | 12 +
test/script.js | 6 +-
test/self-closing-child-strict.js | 12 +-
test/self-closing-child.js | 12 +-
test/self-closing-tag.js | 8 +-
test/stray-ending.js | 4 +-
test/trailing-attribute-no-value.js | 10 +
test/trailing-non-whitespace.js | 3 +-
test/unclosed-root.js | 11 +
test/unquoted.js | 3 +-
test/utf8-split.js | 32 ++
test/xmlns-issue-41.js | 1 +
test/xmlns-rebinding.js | 12 +-
test/xmlns-strict.js | 19 +-
test/xmlns-unbound-element.js | 33 +++
test/xmlns-unbound.js | 2 +-
test/xmlns-xml-default-ns.js | 31 ++
test/xmlns-xml-default-prefix-attribute.js | 1 +
test/xmlns-xml-default-prefix.js | 1 +
test/xmlns-xml-default-redefine.js | 1 +
47 files changed, 948 insertions(+), 224 deletions(-)
create mode 100644 LICENSE-W3C.html
create mode 100644 component.json
delete mode 100755 examples/switch-bench.js
create mode 100644 test/attribute-name.js
create mode 100644 test/cyrillic.js
create mode 100644 test/duplicate-attribute.js
create mode 100644 test/entities.js
create mode 100644 test/entity-mega.js
create mode 100644 test/issue-84.js
create mode 100644 test/script-close-better.js
create mode 100644 test/trailing-attribute-no-value.js
create mode 100644 test/unclosed-root.js
create mode 100644 test/utf8-split.js
create mode 100644 test/xmlns-unbound-element.js
create mode 100644 test/xmlns-xml-default-ns.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