projects
/
scpubgit/HTML-String.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e0c6c64
)
Add a failing test for "0" not being modified
Florian Ragwitz [Thu, 12 Sep 2013 13:00:17 +0000 (09:00 -0400)]
xt/tt.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/tt.t
b/xt/tt.t
index
8d0fab9
..
573c141
100644
(file)
--- a/
xt/tt.t
+++ b/
xt/tt.t
@@
-44,4
+44,6
@@
is(
.'-> & so "on" <-'
);
+is( do_tt('"0"', {}), '"0"' );
+
done_testing;