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 table was attempting to use the `:` character to continue a line in a single cell, but this is not supported in the GitHub dialect of Markdown. The result was broken rendering.
This consolidates everything into a single line which should render correctly.
PiperOrigin-RevId: 546868086
| GTEST_RUST_NO_COLOR | If set to any value, disables ANSI output from the |
290
-
: : failure message. This is useful when the failure :
291
-
: : description is piped to a file or another process. :
289
+
| GTEST_RUST_NO_COLOR | If set to any value, disables ANSI output from the failure message. This is useful when the failure description is piped to a file or another process. |
0 commit comments