Skip to content

Commit

Permalink
Make test case more clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecm committed Jun 27, 2021
1 parent f554c60 commit 6379a03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/tidyFootnotes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ test('Multi-line definitions should stay together', () => {
\tC
End
[^1]: A
\tB`);
[^1]: D
\tE`);
expect(value).toBe(`Start
[^1]: A
\tB
\tC
[^2]: A
\tB
[^2]: D
\tE
End`);
});
});

0 comments on commit 6379a03

Please sign in to comment.