Skip to content

[CS2] Failing test rejecting inconsistent whitespace in .litcoffee files #4336

Closed
@GeoffreyBooth

Description

@GeoffreyBooth

@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:

Tabs work too:

                test "tabbed code", ->
                    ok yes

Then this test passes. See comment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions