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
{{ message }}
This repository has been archived by the owner on May 28, 2019. It is now read-only.
It looks like pipes and newlines can now be escaped and captured within an example table cell. Can we also use \s and \t for capturing leading/trailing spaces and tabs, like so:
Example:
| foo | bar |
| hello\s | \tworld |
The text was updated successfully, but these errors were encountered:
If you want to escape a backslash which is followed by the letter n, the first replacement will consume parts of the backslashes that were actually part of the token to escape a backslash.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It looks like pipes and newlines can now be escaped and captured within an example table cell. Can we also use \s and \t for capturing leading/trailing spaces and tabs, like so:
Example:
| foo | bar |
| hello\s | \tworld |
The text was updated successfully, but these errors were encountered: