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:
@@ -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],
|
||||||
|
|||||||
Reference in New Issue
Block a user