projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f7acf3b
)
Test for correct runtime behaviour of keyword + fat comma.
Florian Ragwitz [Thu, 13 Aug 2009 21:20:56 +0000 (23:20 +0200)]
t/no-bareword.t
patch
|
blob
|
blame
|
history
diff --git
a/t/no-bareword.t
b/t/no-bareword.t
index
9032aaf
..
7dd627f
100644
(file)
--- a/
t/no-bareword.t
+++ b/
t/no-bareword.t
@@
-35,4
+35,6
@@
TODO: {
}
}
+is_deeply(\@foo, ['method', '123']);
+
done_testing;