Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22424f80dbf3e6e

Jump to content

Talk:Test Anything Protocol

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia

Floss Tapper Podcast by the Makers of tapper using the Test Anything Protocol

[edit]
  1. Tapper Podcast on Floss Weekly 13th Feb 2013 with @merlyn Linuxchatter (talk) 19:14, 13 February 2013 (UTC)Reply

Usage examples - line continuation with whitespace?

[edit]

The section "Usage examples" shows line continuation of the description field on the test line by starting a new line beginning with whitespace:

not ok 2 - First line of the input valid.
    More output from test 2. There can be
    arbitrary number of lines for any output
    so long as there is at least some kind
    of whitespace at beginning of line.

However, I do not see this mentioned anywhere in the TAP specification (looking at the current version, TAP version 13 specification). Is this really valid? Is it just a feature of Test::Harness or another producer/consumer of TAP? Should this example be removed or updated to show standard-compliant TAP output? - Colinb (talk) 16:07, 25 October 2017 (UTC)Reply