Skip to content

Commit 0507192

Browse files
committedSep 16, 2022
Accepting baselines
1 parent 29e50b3 commit 0507192

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎tests/baselines/reference/completionsStringMethods.baseline

+4-4
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@
10781078
"target": {
10791079
"fileName": "lib.d.ts",
10801080
"textSpan": {
1081-
"start": 19079,
1081+
"start": 19080,
10821082
"length": 28
10831083
}
10841084
}
@@ -1088,7 +1088,7 @@
10881088
"kind": "link"
10891089
},
10901090
{
1091-
"text": " is a string, only the first match is replaced. If the ",
1091+
"text": " is a RegExp, all matches are replaced if the g flag is set (taking into account the y flag if present). Otherwise ",
10921092
"kind": "text"
10931093
},
10941094
{
@@ -1101,7 +1101,7 @@
11011101
"target": {
11021102
"fileName": "lib.d.ts",
11031103
"textSpan": {
1104-
"start": 19079,
1104+
"start": 19080,
11051105
"length": 28
11061106
}
11071107
}
@@ -1111,7 +1111,7 @@
11111111
"kind": "link"
11121112
},
11131113
{
1114-
"text": " is a RegExp, all matches are replaced if the g flag is set. Otherwise only the first one is.",
1114+
"text": " only the first match is replaced.",
11151115
"kind": "text"
11161116
}
11171117
]

0 commit comments

Comments
 (0)
Please sign in to comment.