Skip to content

Commit

Permalink
make test more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed Nov 4, 2021
1 parent 2691107 commit a23d2cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/formatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ describe('document formatting', () => {
<!-- inline comments remain inline -->
<div>
<!--
multiline comments
remain multiline
and preserve whatever manual indentation you had
but still account for indentation level
multiline comments
remain multiline
and preserve whatever internal indentation you had
but still account for indentation level
-->
</div>
`,
Expand All @@ -74,7 +74,7 @@ describe('document formatting', () => {
<!--
multiline comments
remain multiline
and preserve whatever manual indentation you had
and preserve whatever internal indentation you had
but still account for indentation level
-->
</div>
Expand Down

0 comments on commit a23d2cd

Please # to comment.