.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / domutils / test / fixture.js
1 var makeDom = require("./utils").makeDom;
2 var markup = Array(21).join(
3         "<?xml><tag1 id='asdf'> <script>text</script> <!-- comment --> <tag2> text </tag1>"
4 );
5
6 module.exports = makeDom(markup);