File: subtest-preplan--buffer.tap

package info (click to toggle)
node-tap 12.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,916 kB
  • sloc: makefile: 84; sh: 75
file content (22 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TAP version 13
ok 1 - with timeout ___/# time=[0-9.]+(ms)?/~~~ {
    1..1
    ok 1 - child test ___/# time=[0-9.]+(ms)?/~~~ {
        1..2
        ok 1 - this is fine
        ok 2 - i am ok with how things are proceeding
    }
}

ok 2 - no timeout ___/# time=[0-9.]+(ms)?/~~~ {
    1..1
    ok 1 - child test ___/# time=[0-9.]+(ms)?/~~~ {
        1..2
        ok 1 - this is fine
        ok 2 - i am ok with how things are proceeding
    }
}

1..2
___/# time=[0-9.]+(ms)?/~~~