Skip to content

Commit 8ddda40

Browse files
authored
Merge pull request #1446 from mathjax/tests/cleanup_separators
removes separators between single tests
2 parents 5629a28 + bd27399 commit 8ddda40

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2
-6598
lines changed

testsuite/tests/input/tex/Action.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,24 @@ import '#js/input/tex/action/ActionConfiguration';
44

55
beforeEach(() => setupTex(['base', 'action']));
66

7-
/**********************************************************************************/
87
/**********************************************************************************/
98

109
describe('Action', () => {
1110

12-
/********************************************************************************/
13-
1411
it('TextTip', () => {
1512
expect(tex2mml('\\texttip{A}{B}')).toMatchSnapshot();
1613
});
1714

18-
/********************************************************************************/
19-
2015
it('MathTip', () => {
2116
expect(tex2mml('\\mathtip{A}{B}')).toMatchSnapshot();
2217
});
2318

24-
/********************************************************************************/
25-
2619
it('Toggle', () => {
2720
expect(tex2mml('\\toggle A B C \\endtoggle')).toMatchSnapshot();
2821
});
2922

30-
/********************************************************************************/
31-
3223
});
3324

34-
/**********************************************************************************/
3525
/**********************************************************************************/
3626

3727
afterAll(() => getTokens('action'));

0 commit comments

Comments
 (0)