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
first call to show_captures has wrong number of arguments in section Backtracking
In the first example where show_captures is defined, the call to it has also $string as its second argument(line 1937). this is not used in the sub signature.
Furthermore a small typo on line 1917 (matched instead of match).
0 commit comments