mirror of https://github.com/Wilfred/difftastic/
Problem
-------
```scala
{ x =>
if (a) b.c }
```
is not parsed because OUTDENT token is not emitted in a presense of
space characters before the closing bracket
Solution
-------
Reorder space-handling and outdent-ing logic in external scanner
|
||
|---|---|---|
| .. | ||
| parse-with-scalac | ||
| smoke_test.sh | ||