Skip to content

Commit 8c9787a

Browse files
committed
Fix presentation of the event stream format diff
1 parent e432c48 commit 8c9787a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

proposals/testing/0013-issue-severity-warning.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ Issue severity will be in the event stream output when a `issueRecorded` event o
159159

160160
The JSON event stream ABI will be amended correspondingly:
161161

162-
```
163-
<issue> ::= {
164-
"isKnown": <bool>, ; is this a known issue or not?
165-
+ "severity": <string>, ; the severity of the issue
166-
+ "isFailure": <bool>, ; if the issue is a failing issue
167-
["sourceLocation": <source-location>,] ; where the issue occurred, if known
168-
}
162+
```diff
163+
<issue> ::= {
164+
"isKnown": <bool>, ; is this a known issue or not?
165+
+ "severity": <string>, ; the severity of the issue
166+
+ "isFailure": <bool>, ; if the issue is a failing issue
167+
["sourceLocation": <source-location>,] ; where the issue occurred, if known
168+
}
169169
```
170170

171171
Example of an `issueRecorded` event in the json output:

0 commit comments

Comments
 (0)