Cambios en validacion del parser

This commit is contained in:
pablomartincalvo 2018-12-29 11:37:43 +01:00
parent 368f8a00bb
commit 98165ce8f0
2 changed files with 10 additions and 6 deletions

View file

@ -24,7 +24,8 @@ def test_Capturer():
def test_AdHtmlParser():
html = """<!DOCTYPE html>
html = """
<!DOCTYPE html>
@ -214,7 +215,9 @@ var configTwoSteps = {
);
</script> </body> </html>
"""
"""
parser = AdHtmlParser(html)