Skip to content

Commit

Permalink
Accepting baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
navya9singh committed Sep 16, 2022
1 parent 29e50b3 commit 0507192
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/baselines/reference/completionsStringMethods.baseline
Expand Up @@ -1078,7 +1078,7 @@
"target": {
"fileName": "lib.d.ts",
"textSpan": {
"start": 19079,
"start": 19080,
"length": 28
}
}
Expand All @@ -1088,7 +1088,7 @@
"kind": "link"
},
{
"text": " is a string, only the first match is replaced. If the ",
"text": " is a RegExp, all matches are replaced if the g flag is set (taking into account the y flag if present). Otherwise ",
"kind": "text"
},
{
Expand All @@ -1101,7 +1101,7 @@
"target": {
"fileName": "lib.d.ts",
"textSpan": {
"start": 19079,
"start": 19080,
"length": 28
}
}
Expand All @@ -1111,7 +1111,7 @@
"kind": "link"
},
{
"text": " is a RegExp, all matches are replaced if the g flag is set. Otherwise only the first one is.",
"text": " only the first match is replaced.",
"kind": "text"
}
]
Expand Down

0 comments on commit 0507192

Please sign in to comment.