more test cases... still an uncaught bug present

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-09-14 02:03:34 +03:00
parent 1f1df751c0
commit 09755150f9

19
test.js
View File

@ -724,11 +724,30 @@ var cases = test.Cases({
b
c`,
all: `a\n b\nc` },
{ input: `a
b
b
b
c`,
all: `a\n b\n b\n b\nc` },
{ input: `a
b
b
b
c`,
all: `a\n b\n b\n b\nc` },
{ input: `
a
b
c`,
all: `a\n b\nc` },
{ input: `a
b
c
d`,
text: `a\n b\nc\nd`,
// XXX not sure about this...
doc: `a\n b\n c\n d` },
],
text: function(assert){
this.text_cases