Skip to content

Function call brackets closes incorrectly when have ES6 arrow function as argument #378

Closed
@unclechu

Description

@unclechu

I hope this screenshots will explain a lot:
bug with ES6 arrow function
works correctly with usual function
Here the text example:

  • ES6 arrow bug: it**('_.blind()**', () => {});
  • Usual function: it**('_.blind()', function () {})**;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions