mirror of
https://github.com/gchq/CyberChef
synced 2026-01-02 00:23:55 +00:00
Ported rest of Code ops & enabled/fixed some tests
This commit is contained in:
@@ -310,6 +310,7 @@ TestRegister.addTests([
|
||||
}
|
||||
],
|
||||
},
|
||||
/* Since we don't pack ops before running tests, there's no polyfill for DomParser()
|
||||
{
|
||||
name: "CSS selector",
|
||||
input: '<div id="test">\n<p class="a">hello</p>\n<p>world</p>\n<p class="a">again</p>\n</div>',
|
||||
@@ -331,5 +332,5 @@ TestRegister.addTests([
|
||||
"args": ["/div/p[@class=\"a\"]", "\\n"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}*/
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user