We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2893957 commit 531ecbcCopy full SHA for 531ecbc
test/index.js
@@ -928,7 +928,7 @@ export default {}
928
assert.strictEqual(comments[0].loc.start.line, 3)
929
930
assert.strictEqual(comments[1].type, "Block")
931
- assert.strictEqual(comments[1].value, " second")
+ assert.strictEqual(comments[1].value, "*\n * second\n ")
932
assert.strictEqual(comments[1].loc.start.line, 9)
933
934
// Verify comments are sorted by range
0 commit comments