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
+ wsp rejects all but single char 0.001s
\n 0.0sf accepts
\n 0.003srejects all but
+ lwsp accepts all linear white space 0.011s
The original test names are "crlf accepts \r\n" and "crlf rejects all but \r\n".
I think munit is not escaping \r properly (although it does seem to escape \n). The caller can definitely fix this by escaping their own strings but it seems friendly to have munit do this (especially if test names contain unexpected characters).
The text was updated successfully, but these errors were encountered:
From cats-parse I'm seeing this output:
The original test names are
"crlf accepts \r\n"
and"crlf rejects all but \r\n"
.I think munit is not escaping
\r
properly (although it does seem to escape\n
). The caller can definitely fix this by escaping their own strings but it seems friendly to have munit do this (especially if test names contain unexpected characters).The text was updated successfully, but these errors were encountered: