Update Crud serialize test for unsafe references.

This commit is contained in:
Colin Kuskie 2010-11-10 15:40:16 -08:00
parent 5903cc5524
commit 8ead662a39

View file

@ -107,12 +107,13 @@ cmp_deeply(
$cereal->get('jsonField'), $cereal->get('jsonField'),
[ [
{ {
fiber => 0,
sugarContent => 50, sugarContent => 50,
averageNutrition => 3, averageNutrition => 3,
foodColoring => 15, foodColoring => 15,
}, },
], ],
'get: returns safe references' 'get: returns unsafe references'
) or diag Dumper($cereal->jsonField); ) or diag Dumper($cereal->jsonField);
#vim:ft=perl #vim:ft=perl