[libtype-tiny-perl] 04/27: actuallly it looks like these tests passed anyway

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 21:13:09 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit a2d46af473971065abbaa0b61049b49a0624721e
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Tue Jul 30 10:32:15 2013 +0100

    actuallly it looks like these tests passed anyway
---
 t/type-enum.t |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/t/type-enum.t b/t/type-enum.t
index a413a2d..92dfa8c 100644
--- a/t/type-enum.t
+++ b/t/type-enum.t
@@ -38,7 +38,9 @@ should_pass("baz", FBB);
 
 should_fail("quux", FBB);
 should_fail(" foo", FBB);
-should_fail("foo ", FBB);
+should_fail("foo\n", FBB);
+should_fail("\nfoo", FBB);
+should_fail("\nfoo\n", FBB);
 should_fail("foo|", FBB);
 should_fail("|foo", FBB);
 should_fail(undef, FBB);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git



More information about the Pkg-perl-cvs-commits mailing list