JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
change parse_html() calling conventions
[peach-html5-editor.git] / test.coffee
index 62b297c..fabb61b 100644 (file)
@@ -7979,7 +7979,7 @@ test_parser = (args) ->
        args.error_cb = (i) ->
                parse_errors.push i
        prev_node_id = 0 # reset counter
-       parsed = wheic.parse_html args
+       parsed = wheic.parse_html args.html, args
        serialized = serialize_els parsed
        if serialized isnt args.expected
                test_results.failed += 1