From 5f5195342d9195ceffda5a22f159302e523835af Mon Sep 17 00:00:00 2001 From: Philip Potter Date: Wed, 27 Apr 2011 08:57:09 +0100 Subject: [PATCH] add plan to S32-str/indent.t --- S32-str/indent.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/S32-str/indent.t b/S32-str/indent.t index 1c6969d648..b4c8e31f80 100644 --- a/S32-str/indent.t +++ b/S32-str/indent.t @@ -4,6 +4,8 @@ use Test; # L +plan 59; + # TODO: Rakudo doesn't have full support for constants, so we have to assume a # hardcoded 8 instead of $?TABSTOP for now. my $tab = 8; @@ -131,5 +133,3 @@ is "\ta\n b".indent(1).indent(16).indent(0).indent(*).perl, is " \t a\n \t b\n".indent(1).perl, " \t a\n \t b\n".perl, 'Indentation should not be appended after a trailing \n'; - -done;