We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6586549 commit d0693d9Copy full SHA for d0693d9
S32-str/parse-names.t
@@ -6,7 +6,7 @@ plan 10 * 2;
6
for &parse-names, Str.^lookup('parse-names') -> &pn {
7
my $t = " ({&pn.^name.lc} form)";
8
9
- is-deeply &pn(''), '', "empty tring $t";
+ is-deeply &pn(''), '', "empty string $t";
10
11
is-deeply &pn( 'BELL' ), "\c[BELL]", "one char $t";
12
is-deeply &pn(' BELL '), "\c[BELL]",
0 commit comments