Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Learn new words
  • Loading branch information
JJ committed Jun 10, 2019
1 parent b9cd6f4 commit b24a050
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/Language/testing.pod6
Expand Up @@ -87,8 +87,8 @@ C<--lib> option is passed to include C<lib> directory into Perl 6
distribution path, it is an equivalent of C<-Ilib> argument of
C<perl6> command.
For more documentation regarding C<prove6> usage refer to L<its
page|https://modules.perl6.org/dist/App::Prove6>.
For more documentation regarding C<prove6> usage refer to
L<its page|https://modules.perl6.org/dist/App::Prove6>.
To abort the test suite upon first failure, set the
C<PERL6_TEST_DIE_ON_FAIL> environmental variable:
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/Backtrace.pod6
Expand Up @@ -108,7 +108,7 @@ set, will stop after the first frame.
=for code
sub zipi { { { die "Something bad happened" }() }() };
try zipi;
say $!.backtrace.nice( :oneline ) if $!
say $!.backtrace.nice( :oneline ) if $!;
# OUTPUT: « in sub zipi at /tmp/... line 1␤␤»
Expand Down
8 changes: 8 additions & 0 deletions xt/code.pws
Expand Up @@ -573,3 +573,11 @@ zzbcd
åäö
üị
þor
startidx
proto
noproto
regex
filename
protos
Ilib
reification

0 comments on commit b24a050

Please sign in to comment.