Package: node-xregexp / 3.1.1+dfsg-2

Metadata

Package Version Patches format
node-xregexp 3.1.1+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
modify tests for node jasmine.diff | (download)

tests/helpers/h-unicode.js | 6 6 + 0 - 0 !
tests/helpers/h.js | 10 10 + 0 - 0 !
tests/spec/s-addons-build.js | 3 3 + 0 - 0 !
tests/spec/s-addons-matchrecursive.js | 3 3 + 0 - 0 !
tests/spec/s-addons-unicode.js | 4 4 + 0 - 0 !
tests/spec/s-xregexp-methods.js | 3 3 + 0 - 0 !
tests/spec/s-xregexp-natives.js | 5 5 + 0 - 0 !
tests/spec/s-xregexp.js | 3 3 + 0 - 0 !
8 files changed, 37 insertions(+)

---
install necessary files.diff | (download)

package.json | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

---
use python3.diff | (download)

tools/generate-unicode.sh | 8 4 + 4 - 0 !
tools/scripts/block-regex.py | 4 2 + 2 - 0 !
tools/scripts/category-regex.py | 4 2 + 2 - 0 !
tools/scripts/property-regex.py | 4 2 + 2 - 0 !
tools/scripts/script-regex.py | 4 2 + 2 - 0 !
tools/scripts/utils.py | 6 3 + 3 - 0 !
6 files changed, 15 insertions(+), 15 deletions(-)

---
generate unicode data.diff | (download)

src/addons/unicode-blocks.js | 1053 2 + 1051 - 0 !
src/addons/unicode-categories.js | 212 2 + 210 - 0 !
src/addons/unicode-properties.js | 43 2 + 41 - 0 !
src/addons/unicode-scripts.js | 537 2 + 535 - 0 !
tools/generate-unicode.sh | 12 6 + 6 - 0 !
tools/scripts/block-regex.py | 2 1 + 1 - 0 !
tools/scripts/category-regex.py | 2 1 + 1 - 0 !
tools/scripts/property-regex.py | 2 1 + 1 - 0 !
tools/scripts/script-regex.py | 2 1 + 1 - 0 !
9 files changed, 18 insertions(+), 1847 deletions(-)

---
fix faulty tests.diff | (download)

tests/spec/s-xregexp-natives.js | 32 16 + 16 - 0 !
tests/spec/s-xregexp.js | 12 6 + 6 - 0 !
2 files changed, 22 insertions(+), 22 deletions(-)

---