From d0d87f223f2ba63284927c59b565ef0c1861aff4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 13 Sep 2020 21:53:31 +0300 Subject: [PATCH] tweaks... Signed-off-by: Alex A. Naanou --- test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.js b/test.js index 157bfe8..cf73334 100755 --- a/test.js +++ b/test.js @@ -672,6 +672,7 @@ var cases = test.Cases({ assert(xx.call(null), 'xx.call(null)') }, + // XXX two-liners still not fully passing... text_cases: [ // NOTE: there is no way to know what is the indent of 'a' // relative to the rest of the text... @@ -681,6 +682,7 @@ var cases = test.Cases({ { input: `a c`, all: 'a\nc', }, + { input: `a c`, all: 'a\nc' }, @@ -717,9 +719,7 @@ var cases = test.Cases({ 'text(text_cases['+i+']):\n' + res +'\n---\n' - + (text || all)) - }) - }, + + (text || all)) }) }, })