@eelco Since #4313 was merged into `2`, there is one failing test: ``` failed 1 and passed 724 tests in 2.05 seconds test/literate.litcoffee:56:5: error: indentation mismatch test "tabbed code", -> ^ ``` If I delete everything above this test in `literate.litcoffee`, leaving just: ``` litcoffee Tabs work too: test "tabbed code", -> ok yes ``` Then this test passes. See [comment](https://github.com/jashkenas/coffeescript/pull/4313#issuecomment-250924753).