1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 20:27:58 +01:00

Add cheap interactive :js heredoc sanity test.

--HG--
extra : rebase_source : 8a14101f288c46ae0f87810b31ffba04a80222e4
This commit is contained in:
Doug Kearns
2011-04-03 02:14:15 +11:00
parent 78cf60a5ba
commit 94c8b3f1b8

View File

@@ -301,7 +301,7 @@ var tests = {
}, },
if: {}, // Skip for now if: {}, // Skip for now
javascript: { javascript: {
noOutput: ["''", "'\\n'", "<pre>foo bar</pre>", "window"], noOutput: ["''", "'\\n'", "<pre>foo bar</pre>", "window", "<<EOF\n''\nEOF"],
completions: [ completions: [
["", hasItems], ["", hasItems],
["window", hasItems], ["window", hasItems],