X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=blobdiff_plain;f=parser_tests.js;fp=parser_tests.js;h=19eb4a7601f77dbcd76e1d15f553f515c525b842;hp=5a4f9f2dcb816b0f15aa2b69edd5eda2d998c543;hb=9b392e3bbe45db8c3e235f0809d0555afa0f4ce8;hpb=5e063be4c624b39f7e066b9674239fd81e471773 diff --git a/parser_tests.js b/parser_tests.js index 5a4f9f2..19eb4a7 100644 --- a/parser_tests.js +++ b/parser_tests.js @@ -8003,7 +8003,7 @@ test_parser = function (args) { parse_errors.push(i) } prev_node_id = 0 // reset counter - parsed = peach_parser(args.html, args) + parsed = peach_parser.parse(args.html, args) serialized = serialize_els(parsed) if (serialized !== args.expected) { test_results.failed += 1