Skip to content

Commit

Permalink
Test custom named pod paras with - in identifiers work
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Oct 21, 2017
1 parent ff18340 commit 2ede0d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion S02-literals/pod.t
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

plan 5;
plan 6;

# See "=begin DATA" at the end of file.

Expand Down Expand Up @@ -56,4 +56,10 @@ plan 5;
hello, world!
=end DATA

# RT #132339
is-deeply $=pod.grep(*.name eq 'SEE-ALSO').head.contents.head.contents.head,
'foo132339',
'custom named paras with `-` in identifiers works';
=SEE-ALSO foo132339

# vim: ft=perl6

0 comments on commit 2ede0d1

Please sign in to comment.