mirror of
https://github.com/flynx/serialize.js.git
synced 2026-07-10 19:20:56 +00:00
bug...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
91b0c776dc
commit
0da3ea2a16
3
test.js
3
test.js
@ -68,6 +68,9 @@ var setups = test.Setups({
|
|||||||
// XXX also test diffrerent quotations...
|
// XXX also test diffrerent quotations...
|
||||||
string: function(assert){
|
string: function(assert){
|
||||||
return ['"string"', json] },
|
return ['"string"', json] },
|
||||||
|
// XXX ERR this breaks...
|
||||||
|
'string-multiline': function(assert){
|
||||||
|
return ['"string\\nstring\\nstring"', json] },
|
||||||
|
|
||||||
'array-empty': function(assert){
|
'array-empty': function(assert){
|
||||||
return ['[]', json] },
|
return ['[]', json] },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user