From 42ce9c3492d8755cd68c88cf67010cda11249300 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Mon, 31 Oct 2011 16:24:27 -0500 Subject: [PATCH] Fix test plan for 004-strings.t --- test/004-strings.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/004-strings.t b/test/004-strings.t index ff092cd..8396bbd 100755 --- a/test/004-strings.t +++ b/test/004-strings.t @@ -6,7 +6,7 @@ main([]) -> code:add_pathz("ebin"), code:add_pathz("test"), - etap:plan(80), + etap:plan(83), util:test_good(good()), util:test_good(uescaped(), [uescape]), util:test_errors(errors()),