Open lfdebrux opened 5 years ago
Currently our inline if-expression regex only handles instances where the test and result are the same, i.e. (item if item).
(item if item)
However there are one or two cases which don't fit this pattern.
Currently our inline if-expression regex only handles instances where the test and result are the same, i.e.
(item if item)
.However there are one or two cases which don't fit this pattern.