Skip to content

Commit

Permalink
test examples in doc/Type/IO/ArgFiles.pod6
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Feb 16, 2017
1 parent 02c0ff3 commit 4f64053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/Type/IO/ArgFiles.pod6
Expand Up @@ -60,14 +60,17 @@ line. Thus the examples above can be simplified like so:
Save one of the variations in a file, say C<argfiles.p6>. Then create
another file (named, say C<sonnet18.txt> with the contents:
=for code :skip-test
Shall I compare thee to a summer's day?
Running the command
=for code :skip-test
$ perl6 argfiles.p6 sonnet18.txt
will then give the output
=for code :skip-test
Shall I compare thee to a summer's day?
=head1 Methods
Expand Down
1 change: 0 additions & 1 deletion xt/examples-compilation.t
Expand Up @@ -34,7 +34,6 @@ if @*ARGS {
| 'Language/traps.p6'
| 'Programs/00-running.p6'
| 'Programs/01-debugging.p6'
| 'Type/IO/ArgFiles.p6'
/,
);
}
Expand Down

0 comments on commit 4f64053

Please sign in to comment.