File: subtest-stream-comment-indent.tap

package info (click to toggle)
node-tap-parser 11.0.2%2B~cs2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,820 kB
  • sloc: javascript: 8,015; makefile: 36; sh: 26
file content (23 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Subtest: ok.js
TAP version 13
    # Subtest: nesting
    1..2
        # Subtest: first
        1..2
        ok 1 - true is ok
        ok 2 - doag is also okay
    ok 1 - first # time=11.345ms

        # Subtest: second
        ok 1 - but that is ok
        ok 2 - this passes
        
        ok 3 - nested ok
        1..3
    ok 2 - second # time=3.613ms

ok 1 - nesting # time=36.045ms

ok 2 - this passes
1..2
# time=66.857ms