Skip to content

Commit

Permalink
Update baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Hanson committed Oct 22, 2018
1 parent fc82c4d commit f06bfa3
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 13,
"pos": 12,
"end": 21,
"type": {
"kind": "NumberKeyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 18,
"pos": 17,
"end": 26,
"type": {
"kind": "NumberKeyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 14,
"pos": 13,
"end": 22,
"type": {
"kind": "NumberKeyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 14,
"pos": 13,
"end": 22,
"type": {
"kind": "NumberKeyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 15,
"pos": 14,
"end": 23,
"type": {
"kind": "NumberKeyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 15,
"pos": 14,
"end": 23,
"type": {
"kind": "NumberKeyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 15,
"pos": 14,
"end": 23,
"type": {
"kind": "NumberKeyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 15,
"pos": 14,
"end": 23,
"type": {
"kind": "NumberKeyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 16,
"pos": 15,
"end": 24,
"type": {
"kind": "NumberKeyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 16,
"pos": 15,
"end": 24,
"type": {
"kind": "NumberKeyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 17,
"pos": 16,
"end": 25,
"type": {
"kind": "NumberKeyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 15,
"pos": 14,
"end": 23,
"type": {
"kind": "NumberKeyword",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 41,
"pos": 40,
"end": 49,
"type": {
"kind": "NumberKeyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 15,
"pos": 14,
"end": 23,
"type": {
"kind": "NumberKeyword",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 37,
"pos": 36,
"end": 45,
"type": {
"kind": "NumberKeyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"typeExpression": {
"kind": "JSDocTypeExpression",
"pos": 14,
"pos": 13,
"end": 22,
"type": {
"kind": "NumberKeyword",
Expand Down
4 changes: 2 additions & 2 deletions tests/cases/fourslash/incrementalJsDocAdjustsLengthsRight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ verify.syntacticClassificationsAre(
c.comment("/**\n * Pad `str` to `width`.\n *\n * "),
c.punctuation("@"),
c.docCommentTagName("param"),
c.comment(" "),
c.comment(""),
c.punctuation("{"),
c.identifier("String"),
c.punctuation("}"),
Expand All @@ -23,7 +23,7 @@ verify.syntacticClassificationsAre(
c.comment("\n * "),
c.punctuation("@"),
c.docCommentTagName("param"),
c.comment(" "),
c.comment(""),
c.punctuation("{"),
c.identifier("Number"),
c.punctuation("}"),
Expand Down

0 comments on commit f06bfa3

Please sign in to comment.