added JsStrip unit test files
This patch adds unit test files from the new release of JsStrip [1]. Some of the tests currently fail pointing to bugs which are fixed in the new JsStrip release. The fixes need to be ported to DokuWiki's js_compress function. This patch also adds a way to output additional info when a test fails. It misuses SimpleTest's signalling which is probably a bad idea but works for now. http://code.google.com/p/jsstrip/ darcs-hash:20070305223025-7ad00-583a70a1ddc374eb61193f9315af99baeedea0be.gz
Showing
- _test/cases/lib/exe/js_js_compress.test.php 14 additions, 0 deletions_test/cases/lib/exe/js_js_compress.test.php
- _test/cases/lib/exe/js_js_compress/test-CommentInDoubleQuotes1-in.js 5 additions, 0 deletions.../lib/exe/js_js_compress/test-CommentInDoubleQuotes1-in.js
- _test/cases/lib/exe/js_js_compress/test-CommentInDoubleQuotes1-out.js 1 addition, 0 deletions...lib/exe/js_js_compress/test-CommentInDoubleQuotes1-out.js
- _test/cases/lib/exe/js_js_compress/test-CommentInDoubleQuotes2-in.js 5 additions, 0 deletions.../lib/exe/js_js_compress/test-CommentInDoubleQuotes2-in.js
- _test/cases/lib/exe/js_js_compress/test-CommentInDoubleQuotes2-out.js 1 addition, 0 deletions...lib/exe/js_js_compress/test-CommentInDoubleQuotes2-out.js
- _test/cases/lib/exe/js_js_compress/test-CommentInSingleQuotes1-in.js 5 additions, 0 deletions.../lib/exe/js_js_compress/test-CommentInSingleQuotes1-in.js
- _test/cases/lib/exe/js_js_compress/test-CommentInSingleQuotes1-out.js 1 addition, 0 deletions...lib/exe/js_js_compress/test-CommentInSingleQuotes1-out.js
- _test/cases/lib/exe/js_js_compress/test-CommentInSingleQuotes2-in.js 5 additions, 0 deletions.../lib/exe/js_js_compress/test-CommentInSingleQuotes2-in.js
- _test/cases/lib/exe/js_js_compress/test-CommentInSingleQuotes2-out.js 1 addition, 0 deletions...lib/exe/js_js_compress/test-CommentInSingleQuotes2-out.js
- _test/cases/lib/exe/js_js_compress/test-CommentMultiline-in.js 11 additions, 0 deletions.../cases/lib/exe/js_js_compress/test-CommentMultiline-in.js
- _test/cases/lib/exe/js_js_compress/test-CommentMultiline-out.js 1 addition, 0 deletions...cases/lib/exe/js_js_compress/test-CommentMultiline-out.js
- _test/cases/lib/exe/js_js_compress/test-CommentSingleLine-in.js 7 additions, 0 deletions...cases/lib/exe/js_js_compress/test-CommentSingleLine-in.js
- _test/cases/lib/exe/js_js_compress/test-CommentSingleLine-out.js 1 addition, 0 deletions...ases/lib/exe/js_js_compress/test-CommentSingleLine-out.js
- _test/cases/lib/exe/js_js_compress/test-IfThenElseBraces-in.js 7 additions, 0 deletions.../cases/lib/exe/js_js_compress/test-IfThenElseBraces-in.js
- _test/cases/lib/exe/js_js_compress/test-IfThenElseBraces-out.js 1 addition, 0 deletions...cases/lib/exe/js_js_compress/test-IfThenElseBraces-out.js
- _test/cases/lib/exe/js_js_compress/test-IfThenElseNoBraces-in.js 7 additions, 0 deletions...ases/lib/exe/js_js_compress/test-IfThenElseNoBraces-in.js
- _test/cases/lib/exe/js_js_compress/test-IfThenElseNoBraces-out.js 1 addition, 0 deletions...ses/lib/exe/js_js_compress/test-IfThenElseNoBraces-out.js
- _test/cases/lib/exe/js_js_compress/test-RegexpBackslash-in.js 3 additions, 0 deletions...t/cases/lib/exe/js_js_compress/test-RegexpBackslash-in.js
- _test/cases/lib/exe/js_js_compress/test-RegexpBackslash-out.js 1 addition, 0 deletions.../cases/lib/exe/js_js_compress/test-RegexpBackslash-out.js
- _test/cases/lib/exe/js_js_compress/test-RegexpSimple-in.js 3 additions, 0 deletions_test/cases/lib/exe/js_js_compress/test-RegexpSimple-in.js
Loading
Please register or sign in to comment