Skip to content

Commit 1982ac4

Browse files
committed
those are ok as well
1 parent 23d569d commit 1982ac4

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
const test = { a: { /** a comment */ keep: 'you', b: { c: '007' } } };
1+
const test = {
2+
a: {
3+
/** a comment */
4+
keep: 'you',
5+
6+
b: { c: '007' }
7+
}
8+
};
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
const test = { /** a comment */ foo: 2, bar: 'string2', lorem: false };
1+
const test = {
2+
/** a comment */
3+
foo: 2,
4+
5+
bar: 'string2',
6+
lorem: false
7+
};
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
const test = { /*a comment updated*/ foo: 1, /*aka: bond, james bond*/ james: '007' };
1+
const test = {
2+
/** a comment */
3+
foo: 1,
4+
5+
james: '007'
6+
};

0 commit comments

Comments
 (0)