Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(reasonml) fix poly backtracking issue
- fix typo/bug with using `s` vs `\s` (string vs regex mistake) - simply `[pattern]?[pattern]?` to just `[pattern]{0,2}` - fix ambiguous `\s*` poly issues
- Loading branch information