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 7e5cc8f commit 38be26dCopy full SHA for 38be26d
Documentation/Proposals/NNNN-exit-tests.md
@@ -121,8 +121,8 @@ These macros take an argument of the new enumeration `ExitCondition`. This type
121
describes how the child process is expected to have exited:
122
123
- With a specific exit code (as passed to the C standard function `exit()` or a
124
- platform equivalent;
125
-- With a specific signal (on POSIX-like platforms that support signal handling;
+ platform-specific equivalent);
+- With a specific signal (on POSIX-like platforms that support signal handling);
126
- With any successful status; or
127
- With any failure status.
128
0 commit comments