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 don't remember why I've left those unchecked in the first place.
Now the proper error checking is performed and the new test/errors
script will make sure they are working.
Fixes#3Fixes#48
I don't remember why I've left those unchecked in the first place.
Now the proper error checking is performed and the new test/errors
script will make sure they are working.
Fixes#3Fixes#48
If you inform an invalid flags at the end of the
s///
command, they are silently removed.Note in the last example that even valid flags (such as
g
) are removed if they appear after an invalid flag.An invalid flag is a syntax error and the parser should act accordingly: raise a fatal error.
The text was updated successfully, but these errors were encountered: