projects
/
p5sagit/Log-Contextual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ba79359
)
test to ensure logS really does force scalar
Arthur Axel 'fREW' Schmidt [Sun, 21 Feb 2010 04:41:52 +0000 (22:41 -0600)]
t/log.t
patch
|
blob
|
blame
|
history
diff --git
a/t/log.t
b/t/log.t
index
329576f
..
df3cd17
100644
(file)
--- a/
t/log.t
+++ b/
t/log.t
@@
-127,4
+127,5
@@
PASSTHROUGH: {
is( $var_logger3->var, 'ffiSMBoC: foo', 'logS_fatal works with input');
is( $val, 'foo', 'logS_fatal passes data through correctly');
+ ok(!eval "logS_error { 'frew' } 'bar', 'baz'; 1", 'logS_$level dies from too many args');
}