File: confusing-json.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 (26 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (3)
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
TAP version 13
# Subtest: Test newlines in tap and console.log
    ok 1 - Before console.log
createdMultipleStepsWithWeightAndCapacity={
  "name": "Multiple Steps with Weight and Capacity",
  "usedByModels": [
    {
      "x": 1
    }
  ],
  "stepsOrdered": {
    "y": 2,
    "steps": [
      {
        "z": 3
      }
    ]
  },
  "a": "bc"
}
    ok 2 - After console.log
    1..2
ok 1 - Test newlines in tap and console.log # time=4.137ms

1..1
# time=13.316ms