Skip to content

Commit 4f64053

Browse files
committed
test examples in doc/Type/IO/ArgFiles.pod6
1 parent 02c0ff3 commit 4f64053

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/Type/IO/ArgFiles.pod6

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,17 @@ line. Thus the examples above can be simplified like so:
6060
Save one of the variations in a file, say C<argfiles.p6>. Then create
6161
another file (named, say C<sonnet18.txt> with the contents:
6262
63+
=for code :skip-test
6364
Shall I compare thee to a summer's day?
6465
6566
Running the command
6667
68+
=for code :skip-test
6769
$ perl6 argfiles.p6 sonnet18.txt
6870
6971
will then give the output
7072
73+
=for code :skip-test
7174
Shall I compare thee to a summer's day?
7275
7376
=head1 Methods

xt/examples-compilation.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ if @*ARGS {
3434
| 'Language/traps.p6'
3535
| 'Programs/00-running.p6'
3636
| 'Programs/01-debugging.p6'
37-
| 'Type/IO/ArgFiles.p6'
3837
/,
3938
);
4039
}

0 commit comments

Comments
 (0)