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
refactor: replace hand-rolled parsers with regexes in magic strings test
isFormatString: 30-line character-by-character parser replaced with
a single regex: %[-+#0 ]*\d*\.?\d*[sdvqwfegxXobctpT]
isRegexRef: 4-way strings.Contains replaced with \$\d|\$\{
Signed-off-by: Jose Alekhinne <jose@ctx.ist>
0 commit comments