Caleb Cartwright b305d62e5b fix: correct arm leading pipe check (#4880)
In the event a pattern starts with a leading pipe
the pattern span will contain, and begin with, the pipe.

This updates the process to see if a match arm contains
a leading pipe by leveraging this recent(ish) change to
the patterns in the AST, and avoids an indexing bug that
occurs when a pattern starts with a non-ascii char in the
old implementation.
2021-07-25 22:53:32 -05:00
..
2021-07-25 22:53:32 -05:00
2021-02-18 20:20:29 -06:00
2021-02-18 20:20:29 -06:00
2021-02-18 20:20:29 -06:00
2021-01-09 12:11:52 -06:00
2021-01-27 20:58:42 -06:00
2021-07-01 19:39:47 -04:00
2021-01-27 20:58:42 -06:00
2020-11-28 17:41:21 -06:00
2021-04-02 23:21:06 -05:00
2021-07-17 19:41:02 +02:00