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
The regular expression /^*%/ matches any line that contains a "%"
character; however, the code's intention is to match lines that start
with the characters "*%".
0 commit comments