Skip to content

Commit

Permalink
fix a test that accidentally tried to serialize a Block
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jun 7, 2010
1 parent 3a2dc48 commit 746eb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/04-roundtrip.t
Expand Up @@ -16,7 +16,7 @@ my @s =
'Array of Str' => [ <one two three gazooba> ], 'Array of Str' => [ <one two three gazooba> ],
'Empty Hash' => {}, 'Empty Hash' => {},
'Hash of Int' => { :one(1), :two(2), :three(3) }, 'Hash of Int' => { :one(1), :two(2), :three(3) },
'Hash of Num' => { :one-and-some{1}, :almost-pie(3.3) }, 'Hash of Num' => { :one-and-some[1], :almost-pie(3.3) },
'Hash of Str' => { :one<yes_one>, :two<but_two> }, 'Hash of Str' => { :one<yes_one>, :two<but_two> },
'Array of Stuff' => [ { 'A hash' => 1 }, [<an array again>], 2], 'Array of Stuff' => [ { 'A hash' => 1 }, [<an array again>], 2],
'Hash of Stuff' => 'Hash of Stuff' =>
Expand Down

0 comments on commit 746eb69

Please sign in to comment.