Fixed some bugs with the test suite and fixed a bug with setting attributes.
This commit is contained in:
parent
7caca06cfc
commit
906478800d
3 changed files with 35 additions and 39 deletions
|
@ -4,7 +4,7 @@ function runTests(files) {
|
|||
|
||||
function runTest( files, num ) {
|
||||
$.get(files[num],function(js){
|
||||
js = js.replace(/</g, "<").replace(/>/g, ">");
|
||||
js = js.replace(/</g, "<").replace(/>/g, ">").replace(/&/g, "&");
|
||||
|
||||
try {
|
||||
eval(js);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue