We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91df560 commit 5a647fcCopy full SHA for 5a647fc
NEWS.md
@@ -23,15 +23,14 @@
23
generally gives more specific locations than the previous approach and
24
gives much better locations if an error occurs in an exit handler.
25
26
-
27
## Minor features and bug fixes
28
29
-* Helpers are no longer be run twice.
+* Helpers are no longer run twice.
30
31
* `expect_setequal()` correctly displays results when only one of actual and
32
- expected is missing values (#1835).
+ expected is missing elements (#1835).
33
34
-* `expect_snapshot()` and friends no longer create a temporary file for every
+* `expect_snapshot()` and friends no longer create a temporary file on every
35
invocation.
36
37
* `expect_snapshot_file()` now generates clickable links to review changes
0 commit comments