From d259e270103f4add38933c54a77e01c3a7c7d832 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 3 Jan 2013 20:07:17 -0600 Subject: sync tests --- t/basic.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 't/basic.t') diff --git a/t/basic.t b/t/basic.t index b0f9936..286b707 100644 --- a/t/basic.t +++ b/t/basic.t @@ -273,7 +273,10 @@ is($foo_stash->get_symbol('@foo'), $ARRAY, '... got the right values for @Foo::f is_deeply( $syms, - { zork => *{ $Foo::{zork} }{HASH} }, + { + zork => *{ $Foo::{zork} }{HASH}, + bare => *{ $Foo::{bare} }{HASH}, + }, "got the right ones", ); } -- cgit v1.2.3-54-g00ecf