Update Crud serialize test for unsafe references.
This commit is contained in:
parent
5903cc5524
commit
8ead662a39
1 changed files with 2 additions and 1 deletions
|
|
@ -107,12 +107,13 @@ cmp_deeply(
|
|||
$cereal->get('jsonField'),
|
||||
[
|
||||
{
|
||||
fiber => 0,
|
||||
sugarContent => 50,
|
||||
averageNutrition => 3,
|
||||
foodColoring => 15,
|
||||
},
|
||||
],
|
||||
'get: returns safe references'
|
||||
'get: returns unsafe references'
|
||||
) or diag Dumper($cereal->jsonField);
|
||||
|
||||
#vim:ft=perl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue