summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;