mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 16:47:59 +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
|
||||
javascript: {
|
||||
noOutput: ["''", "'\\n'", "<pre>foo bar</pre>", "window"],
|
||||
noOutput: ["''", "'\\n'", "<pre>foo bar</pre>", "window", "<<EOF\n''\nEOF"],
|
||||
completions: [
|
||||
["", hasItems],
|
||||
["window", hasItems],
|
||||
|
||||
Reference in New Issue
Block a user