Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Add test with Cool
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilaBorowska committed May 21, 2014
1 parent 7b51035 commit e540d9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/00-basic.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 4;
plan 5;

my $solidus = "\c[COMBINING LONG SOLIDUS OVERLAY]";

Expand All @@ -11,3 +11,4 @@ pass "Loaded Acme::Addslashes";
is addslashes('cat'), "c{$solidus}a{$solidus}t{$solidus}", 'Basic test';
is addslashes('0'), "0{$solidus}", 'Addslashes of one character';
is addslashes(""), "", 'Addslashes of nothing';
is addslashes(30), "3{$solidus}0{$solidus}", 'addslashes() of number';

0 comments on commit e540d9d

Please sign in to comment.