BLUE
PHP 7.4.33
Path:
/var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/min-document/test
Run
Logout
Edit File
Size: 636 B
Close
/var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/min-document/test/test-dom-comment.js
Text
Base64
var test = require("tape") module.exports = testDomComment function testDomComment(document) { var cleanup = require('./cleanup')(document) test("can createComment", function(assert) { var comment = document.createComment("test") assert.equal(comment.data, "test") assert.equal(comment.length, 4) assert.equal(comment.nodeName, "#comment") assert.equal(comment.nodeType, 8) assert.equal(comment.nodeValue, "test") assert.equal(comment.ownerDocument, document) assert.equal(comment.toString(), "[object Comment]") cleanup() assert.end() }) }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
static
DIR
-
drwxr-xr-x
2026-04-28 09:11:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
cleanup.js
278 B
lrw-r--r--
2026-04-28 09:11:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
422 B
lrw-r--r--
2026-04-28 09:11:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
test-document.js
18.18 KB
lrw-r--r--
2026-04-28 09:11:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
test-dom-comment.js
636 B
lrw-r--r--
2026-04-28 09:11:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
test-dom-element.js
7.01 KB
lrw-r--r--
2026-04-28 09:11:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).