File: assert-at--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 (30 lines) | stat: -rw-r--r-- 719 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
23
24
25
26
27
28
29
30
TAP version 13
not ok 1 - foo ___/# time=[0-9.]+(ms)?/~~~ {
    not ok 1 - baz
      ---
      {"at":{"column":3,"file":"test-legacy/test/assert-at.js","line":14},"source":"blo(t)\n"}
      ...
    
    not ok 2 - bler
      ---
      {"at":{"column":5,"file":"test-legacy/test/assert-at.js","line":25},"source":"t.fail('bler')\n"}
      ...
    
    not ok 3 - bar
      ---
      {"at":{"column":3,"file":"test-legacy/test/assert-at.js","line":10},"source":"baz(t)\n"}
      ...
    
    not ok 4 - bar stack
      ---
      {"at":{"column":3,"file":"test-legacy/test/assert-at.js","line":10},"source":"baz(t)\n"}
      ...
    
    1..4
    # failed 4 of 4 tests
}

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