mirror of
https://github.com/flynx/serialize.js.git
synced 2026-07-10 11:10:57 +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...
|
||||
string: function(assert){
|
||||
return ['"string"', json] },
|
||||
// XXX ERR this breaks...
|
||||
'string-multiline': function(assert){
|
||||
return ['"string\\nstring\\nstring"', json] },
|
||||
|
||||
'array-empty': function(assert){
|
||||
return ['[]', json] },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user