From 89950aa226711763ba1d82844568da155357402a Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 16 Oct 2010 19:16:47 -0400 Subject: [PATCH] Fix serialization of commands with embedded new lines in their args but no heredoc support. --- common/content/commands.js | 4 +++- common/content/io.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/content/commands.js b/common/content/commands.js index 5ba7cd53..6c760c3c 100644 --- a/common/content/commands.js +++ b/common/content/commands.js @@ -409,7 +409,9 @@ const Commands = Module("commands", { let str = args.literalArg; if (str) - res.push(/\n/.test(str) ? "<