Code Review: re

tfpt review “/shelveset:re;REDMOND\sborde”
Comment :
Fixes couple of remaining blocking bugs in re:
Ruby’s /(?:m)/m should map to CLR’s “(?:s)”
Hacky fix for /(expr){N}+/ should be treated like /(?:expr{N})+/

Test looks good. I’ll also work on making the diff script include our
tests in diff’s so the list can see them.

JD

Looks good.

Tomas