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
I think this is a bug, but might just be a documentation issue.
It seems like simple mode's regex can match an empty string for any group except the last group of the regex.
Otherwise, Uncaught TypeError: Cannot read property 'text' of undefined will be thrown when entering on the next line (see video)
I believe matching an empty string is intended behavior, based on the solution given in #5374
I think this is a bug, but might just be a documentation issue.
It seems like simple mode's regex can match an empty string for any group except the last group of the regex.
Otherwise,
Uncaught TypeError: Cannot read property 'text' of undefined
will be thrown when entering on the next line (see video)I believe matching an empty string is intended behavior, based on the solution given in #5374
Example: https://codepen.io/billiam/pen/poNxZMw
simplemode.mp4
The text was updated successfully, but these errors were encountered: