Skip to content

Commit db270b3

Browse files
committed
Increase nesting complexity for test cases
1 parent ff7f677 commit db270b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shells/dev/target/Other.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ export default {
4343
f: true,
4444
g: 12345,
4545
h: 'I am a really long string mostly just to see how the horizontal scrolling works.',
46-
i: new Set([1, 2, 3, 4, new Set([5, 6, 7, 8])]),
47-
j: new Map([[1, 2], [3, 4], [5, new Map([[6, 7,]])]])
46+
i: new Set([1, 2, 3, 4, new Set([5, 6, 7, 8]), new Map([[1, 2], [3, 4], [5, new Map([[6, 7,]])]])]),
47+
j: new Map([[1, 2], [3, 4], [5, new Map([[6, 7,]])], [8, new Set([1, 2, 3, 4, new Set([5, 6, 7, 8]), new Map([[1, 2], [3, 4], [5, new Map([[6, 7,]])]])])]])
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)