Skip to content

Commit f06bfa3

Browse files
author
Andy Hanson
committed
Update baselines
1 parent fc82c4d commit f06bfa3

15 files changed

+18
-18
lines changed

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.argSynonymForParamTag.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 13,
23+
"pos": 12,
2424
"end": 21,
2525
"type": {
2626
"kind": "NumberKeyword",

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.argumentSynonymForParamTag.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 18,
23+
"pos": 17,
2424
"end": 26,
2525
"type": {
2626
"kind": "NumberKeyword",

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.leadingAsterisk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 14,
23+
"pos": 13,
2424
"end": 22,
2525
"type": {
2626
"kind": "NumberKeyword",

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.noLeadingAsterisk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 14,
23+
"pos": 13,
2424
"end": 22,
2525
"type": {
2626
"kind": "NumberKeyword",

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.oneParamTag.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 15,
23+
"pos": 14,
2424
"end": 23,
2525
"type": {
2626
"kind": "NumberKeyword",

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.paramTag1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 15,
23+
"pos": 14,
2424
"end": 23,
2525
"type": {
2626
"kind": "NumberKeyword",

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.paramTagBracketedName1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 15,
23+
"pos": 14,
2424
"end": 23,
2525
"type": {
2626
"kind": "NumberKeyword",

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.paramTagBracketedName2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 15,
23+
"pos": 14,
2424
"end": 23,
2525
"type": {
2626
"kind": "NumberKeyword",

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.returnTag1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 16,
23+
"pos": 15,
2424
"end": 24,
2525
"type": {
2626
"kind": "NumberKeyword",

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.returnTag2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 16,
23+
"pos": 15,
2424
"end": 24,
2525
"type": {
2626
"kind": "NumberKeyword",

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.returnsTag1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 17,
23+
"pos": 16,
2424
"end": 25,
2525
"type": {
2626
"kind": "NumberKeyword",

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.twoParamTag2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 15,
23+
"pos": 14,
2424
"end": 23,
2525
"type": {
2626
"kind": "NumberKeyword",
@@ -54,7 +54,7 @@
5454
},
5555
"typeExpression": {
5656
"kind": "JSDocTypeExpression",
57-
"pos": 41,
57+
"pos": 40,
5858
"end": 49,
5959
"type": {
6060
"kind": "NumberKeyword",

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.twoParamTagOnSameLine.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 15,
23+
"pos": 14,
2424
"end": 23,
2525
"type": {
2626
"kind": "NumberKeyword",
@@ -54,7 +54,7 @@
5454
},
5555
"typeExpression": {
5656
"kind": "JSDocTypeExpression",
57-
"pos": 37,
57+
"pos": 36,
5858
"end": 45,
5959
"type": {
6060
"kind": "NumberKeyword",

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.typeTag.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"typeExpression": {
2222
"kind": "JSDocTypeExpression",
23-
"pos": 14,
23+
"pos": 13,
2424
"end": 22,
2525
"type": {
2626
"kind": "NumberKeyword",

tests/cases/fourslash/incrementalJsDocAdjustsLengthsRight.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ verify.syntacticClassificationsAre(
1414
c.comment("/**\n * Pad `str` to `width`.\n *\n * "),
1515
c.punctuation("@"),
1616
c.docCommentTagName("param"),
17-
c.comment(" "),
17+
c.comment(""),
1818
c.punctuation("{"),
1919
c.identifier("String"),
2020
c.punctuation("}"),
@@ -23,7 +23,7 @@ verify.syntacticClassificationsAre(
2323
c.comment("\n * "),
2424
c.punctuation("@"),
2525
c.docCommentTagName("param"),
26-
c.comment(" "),
26+
c.comment(""),
2727
c.punctuation("{"),
2828
c.identifier("Number"),
2929
c.punctuation("}"),

0 commit comments

Comments
 (0)