mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 10:30:08 +00:00
tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
43e70f817e
commit
d0d87f223f
6
test.js
6
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)) }) },
|
||||
})
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user