diff --git a/pywb/rewrite/regex_rewriters.py b/pywb/rewrite/regex_rewriters.py index e862eabed..bffeddded 100644 --- a/pywb/rewrite/regex_rewriters.py +++ b/pywb/rewrite/regex_rewriters.py @@ -124,9 +124,7 @@ def __init__(self): (r'(?>> _test_js_obj_proxy('A = B\nthis.location = "foo"') -'A = B\n;_____WB$wombat$check$this$function_____(this).location = "foo"' +'A = B\n_____WB$wombat$check$this$function_____(this).location = "foo"' >>> _test_js_obj_proxy('var foo = this.location2') 'var foo = this.location2'