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 7ce6435 commit 803a7caCopy full SHA for 803a7ca
Nodejs/Tests/Core/MultiLineCommentTests.cs
@@ -142,7 +142,7 @@ private void TestMultilineCommenting(string startingText, string expectedEndingT
142
143
// create the view and request a multiline comment format
144
var view = new MockTextView(
145
- new MockTextBuffer(startingText, NodejsConstants.Nodejs, "C:\\app.js"));
+ new MockTextBuffer(content: startingText, contentType: NodejsConstants.Nodejs, filename: "C:\\app.js"));
146
var insertionPoint = new SnapshotPoint(view.TextSnapshot, insertionPosition);
147
148
// Setup mock registry service and classification provider for the IsMultilineComment method.
0 commit comments