mirror of
https://github.com/gchq/CyberChef
synced 2025-12-16 00:04:20 +00:00
Linting changes
This commit is contained in:
@@ -125,7 +125,7 @@ TestRegister.addApiTests([
|
||||
<a href="https://github.com">Click here</a>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>`.replace(/\n|\s{4}/g, ""); //remove newlines, tabs
|
||||
</html>`.replace(/\n|\s{4}/g, ""); // remove newlines, tabs
|
||||
|
||||
const dish = new Dish(html, Dish.HTML);
|
||||
dish.get(4);
|
||||
|
||||
Reference in New Issue
Block a user