This is an archive of the discontinued LLVM Phabricator instance.

clang-format: [JS] tests for async wrapping.
ClosedPublic

Authored by mprobst on Nov 18 2019, 1:07 AM.

Details

Summary

Adds tests to ensure that async method() ... does not wrap between async and
the method name, which would cause automatic semicolon insertion.

Diff Detail

Event Timeline

mprobst created this revision.Nov 18 2019, 1:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2019, 1:07 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
krasimir accepted this revision.Jan 13 2020, 12:06 AM
This revision is now accepted and ready to land.Jan 13 2020, 12:06 AM
This revision was automatically updated to reflect the committed changes.