File: subtest-buffer.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 (21 lines) | stat: -rw-r--r-- 312 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
TAP version 13
ok 1 - nesting {
    1..2
    ok 1 - first {
        1..2
        ok 1 - true is ok
        ok 2 - doag is also okay
    }

    ok 2 - second {
        ok 1 - but that is ok
        ok 2 - this passes
        
        ok 3 - nested ok
        1..3
    }
}

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