Skip to content

Commit 7ab9d44

Browse files
committed
Add case from firsttris#295
1 parent 0bb7c08 commit 7ab9d44

File tree

8 files changed

+1346
-814
lines changed

8 files changed

+1346
-814
lines changed

examples/examples.test.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ describe('Example tests', () => {
1919
expect(true);
2020
});
2121

22+
// #319
2223
it(`test with
2324
lf`, () => {
2425
expect(true);
@@ -54,6 +55,13 @@ lf`, () => {
5455
});
5556
});
5657

58+
// #295
59+
describe('a "(name)"', () => {
60+
it('mix of paranthesis and double quotes', () => {
61+
expect(1).toBe(1);
62+
});
63+
});
64+
5765
// #311
5866
it.each([1, 2])('test with generated %i', (id) => {
5967
expect(true);

0 commit comments

Comments
 (0)