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
Fix tokenizer test harness to not decode tests multiple times.
Given a double escaped test, if it had multiple initial states, thesame test object would be decoded multiple times: this led to bogusresults on every run except the first.