summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-09-27 12:28:24 -0500
committerJesse Luehrs <doy@tozt.net>2012-09-27 12:28:24 -0500
commitec1f85656aab83a0b0784f87cc6ff4eb2421e789 (patch)
tree2a9157eeb50cd1d89277240d0bdbf3965539a389 /t
parentde5b82d07458c2846f8ed6e55dc972f897d92943 (diff)
downloadtext-handlebars-ec1f85656aab83a0b0784f87cc6ff4eb2421e789.tar.gz
text-handlebars-ec1f85656aab83a0b0784f87cc6ff4eb2421e789.zip
need done_testing
Diffstat (limited to 't')
-rw-r--r--t/001-basic.t2
-rw-r--r--t/002-expressions.t2
-rw-r--r--t/003-safestring.t2
-rw-r--r--t/004-helpers.t1
4 files changed, 7 insertions, 0 deletions
diff --git a/t/001-basic.t b/t/001-basic.t
index f03c45c..3873076 100644
--- a/t/001-basic.t
+++ b/t/001-basic.t
@@ -12,3 +12,5 @@ is(
),
'Hello, Handlebars world!',
);
+
+done_testing;
diff --git a/t/002-expressions.t b/t/002-expressions.t
index 433a7fc..afe66d8 100644
--- a/t/002-expressions.t
+++ b/t/002-expressions.t
@@ -28,3 +28,5 @@ is(
),
'<h1>Deprecated syntax does not</h1>',
);
+
+done_testing;
diff --git a/t/003-safestring.t b/t/003-safestring.t
index bb51ce3..77aa7de 100644
--- a/t/003-safestring.t
+++ b/t/003-safestring.t
@@ -31,3 +31,5 @@ is(
),
'<h1>All About &lt;p&gt; Tags</h1><p><i>This is a post about &lt;p&gt; tags</i></p>',
);
+
+done_testing;
diff --git a/t/004-helpers.t b/t/004-helpers.t
index c9641e6..55b3b5a 100644
--- a/t/004-helpers.t
+++ b/t/004-helpers.t
@@ -44,3 +44,4 @@ is(
'<ul><li>Jesse Luehrs</li><li>Shawn Moore</li><li>Stevan Little</li></ul>',
);
+done_testing;