mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 18:40: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)')
|
assert(xx.call(null), 'xx.call(null)')
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// XXX two-liners still not fully passing...
|
||||||
text_cases: [
|
text_cases: [
|
||||||
// NOTE: there is no way to know what is the indent of 'a'
|
// NOTE: there is no way to know what is the indent of 'a'
|
||||||
// relative to the rest of the text...
|
// relative to the rest of the text...
|
||||||
@ -681,6 +682,7 @@ var cases = test.Cases({
|
|||||||
{ input: `a
|
{ input: `a
|
||||||
c`,
|
c`,
|
||||||
all: 'a\nc', },
|
all: 'a\nc', },
|
||||||
|
|
||||||
{ input: `a
|
{ input: `a
|
||||||
c`,
|
c`,
|
||||||
all: 'a\nc' },
|
all: 'a\nc' },
|
||||||
@ -717,9 +719,7 @@ var cases = test.Cases({
|
|||||||
'text(text_cases['+i+']):\n'
|
'text(text_cases['+i+']):\n'
|
||||||
+ res
|
+ res
|
||||||
+'\n---\n'
|
+'\n---\n'
|
||||||
+ (text || all))
|
+ (text || all)) }) },
|
||||||
})
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user