File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Sources/Testing/ABI/v0/Encoded Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -193,8 +193,8 @@ sufficient information to display the event in a human-readable format.
193
193
}
194
194
195
195
<event-kind> ::= "runStarted" | "testStarted" | "testCaseStarted" |
196
- "issueRecorded" | "valueAttached " | "testCaseEnded " | "testEnded " |
197
- "testSkipped" | " runEnded" ; additional event kinds may be added in the future
196
+ "issueRecorded" | "testCaseEnded " | "testEnded " | "testSkipped " |
197
+ "runEnded" ; additional event kinds may be added in the future
198
198
199
199
<issue> ::= {
200
200
"isKnown": <bool>, ; is this a known issue or not?
@@ -207,7 +207,7 @@ sufficient information to display the event in a human-readable format.
207
207
}
208
208
209
209
<message-symbol> ::= "default" | "skip" | "pass" | "passWithKnownIssue" |
210
- "fail" | "difference" | "warning" | "details" | "attachment"
210
+ "fail" | "difference" | "warning" | "details"
211
211
```
212
212
213
213
<!--
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extension ABIv0 {
27
27
case testStarted
28
28
case testCaseStarted
29
29
case issueRecorded
30
- case valueAttached
30
+ case valueAttached = " _valueAttached "
31
31
case testCaseEnded
32
32
case testEnded
33
33
case testSkipped
You can’t perform that action at this time.
0 commit comments