Skip to content

Commit 7e4a867

Browse files
committed
Fix fenced code in IETF draft.
1 parent 7ab9309 commit 7e4a867

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tap-ietf-draft.md

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ The complete flow in this system can look something like this:
9494
```
9595

9696
Additionally, utilities like "prove" can further simplify running a suite of TAP producers, by searching for files having certain characteristics or matching particular patterns. For instance, conventionally, all tests for a Perl module are stored in the 't/' folder, and consist of executable scripts (TAP producers) with extensions of 't'. The "prove" utility, part of the Test::Harness module, can then be used to find these files and run them all. In the following example, prove executes t/error.t, t/id.t and t/url.t and evaluates the produced TAP streams in turn, checking which ones passed and failed, and providing a complete summary of the entire test suite run.
97+
9798
```
9899
$ prove t/*.t
99100
t/error.t...ok
@@ -262,6 +263,7 @@ An example of the use of this option is to check exit codes of TAP producers for
262263
See [RFC 3552](http://www.apps.ietf.org/rfc/rfc3552.html) for tips on how to write this section.
263264
Problems with parsing debugging status?
264265
A parser which stores test results in a dynamically sized array may be vulnerable to memory starvation by a test which uses a very high test number. For example...
266+
265267
```
266268
1..3
267269
ok 1

0 commit comments

Comments
 (0)