Skip to content

Commit

Permalink
add plan to S32-str/indent.t
Browse files Browse the repository at this point in the history
  • Loading branch information
philandstuff committed Apr 27, 2011
1 parent 7309150 commit 5f51953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S32-str/indent.t
Expand Up @@ -4,6 +4,8 @@ use Test;

# L<S32::Str/Str/"=item indent">

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;
Expand Down Expand Up @@ -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;

0 comments on commit 5f51953

Please sign in to comment.