one more test
Jesse Luehrs [Tue, 6 Sep 2011 01:04:48 +0000 (20:04 -0500)]
t/paamayim_nekdotayim.t

index 2096cb4..d17bdaf 100644 (file)
@@ -19,5 +19,10 @@ like(
     qr/^Variable names may not contain ::/,
     "can't add symbol with ::"
 );
+like(
+    exception { $stash->get_or_add_symbol('@bar::baz') },
+    qr/^Variable names may not contain ::/,
+    "can't add symbol with ::"
+);
 
 done_testing;