diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-08 19:40:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-08 19:40:32 +0000 |
commit | 9ccde9ea2bb57aed1bc0b0aa9ab7efb13c7c1a15 (patch) | |
tree | afec0bc936362a0b26a8e758127fbe455faf776c /MANIFEST | |
parent | 6307ebba81fba81db0cabb68c00165b92b0cc7d1 (diff) | |
download | perl-9ccde9ea2bb57aed1bc0b0aa9ab7efb13c7c1a15.tar.gz |
Redo the #10482, there already was a test script for formats.
p4raw-id: //depot/perl@10483
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1453,7 +1453,6 @@ t/harness Finer diagnostics from test suite t/io/argv.t See if ARGV stuff works t/io/dup.t See if >& works right t/io/fflush.t See if auto-flush on fork/exec/system/qx works -t/io/format.t See if formats work t/io/fs.t See if directory manipulations work t/io/inplace.t See if inplace editing works t/io/iprefix.t See if inplace editing works with prefixes @@ -1809,7 +1808,7 @@ t/op/utf8decode.t See if UTF-8 decoding works t/op/vec.t See if vectors work t/op/ver.t See if v-strings and the %v format flag work t/op/wantarray.t See if wantarray works -t/op/write.t See if write works +t/op/write.t See if write works (formats work) t/pod/emptycmd.t Test empty pod directives t/pod/emptycmd.xr Expected results for emptycmd.t t/pod/find.t See if Pod::Find works |