Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Bug Inline comment spacing  #2814

@ematipico

Description

@ematipico

The following snippet is incorrectly printed:

// Before
test.expect(t => {
	t.true(a);
}, false /*comment */)

// After

test.expect ((t) => {
	t.true(a);
}, false /* comment */ );

Found in #2812

Metadata

Metadata

Assignees

Labels

A-FormatterArea: formatterS-Bug: confirmedStatus: report has been confirmed as a valid bug

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions