Skip to content

Commit 531ecbc

Browse files
authored
Update index.js
1 parent 2893957 commit 531ecbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ export default {}
928928
assert.strictEqual(comments[0].loc.start.line, 3)
929929

930930
assert.strictEqual(comments[1].type, "Block")
931-
assert.strictEqual(comments[1].value, " second")
931+
assert.strictEqual(comments[1].value, "*\n * second\n ")
932932
assert.strictEqual(comments[1].loc.start.line, 9)
933933

934934
// Verify comments are sorted by range

0 commit comments

Comments
 (0)