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
Avoid extra spaces in the tokens string. Previously some token strings would have 2 or 3 consecutive spaces in places. Now there will always be 1 space between tokens which makes it easier to unit test output from the quote! macro. (#5, thanks @mystor)