Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: remove unneeded m flag on regular expressions #38124

Merged
merged 1 commit into from
Apr 9, 2021

Commits on Apr 9, 2021

  1. test: remove unneeded m flag on regular expressions

    The m flag has no effect on regular expressions that don't match the
    start or the end of a line.
    
    PR-URL: nodejs#38124
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Darshan Sen <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Trott committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    7e516aa View commit details
    Browse the repository at this point in the history