You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output shows that we have two failed cases. One is a **noisy** match, which means ast-grep reports error for valid code.The other is a **missing** match, which means ast-grep reports nothing for invalid code.
143
+
The output shows that we have two failed cases. One is a **noisy** match, which means ast-grep reports error for valid code.The other is a **missing** match, which means ast-grep reports nothing for invalid code.
144
144
In the test summary, we can see the cases are marked with `N` and `M` respectively.
145
145
In failure details, we can see the detailed code snippet for each case.
146
146
@@ -194,4 +194,4 @@ For Code:
194
194
Accept new snapshot? (Yes[y], No[n], Accept All[a], Quit[q])
195
195
```
196
196
197
-
Pressing the `y` key will accept the new snapshot and update the snapshot file.
197
+
Pressing the `y` key will accept the new snapshot and update the snapshot file.
0 commit comments