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 7277216 commit 49884f4Copy full SHA for 49884f4
1 file changed
src/DiffEngine.Tests/DiffToolsTest.cs
@@ -110,7 +110,7 @@ static async Task AddToolAndLaunch()
110
111
#endregion
112
}
113
- /**
+ /*
114
115
[Fact]
116
public Task LaunchSpecificDocxDiff() =>
@@ -178,10 +178,10 @@ public Task LaunchForTextAsync()
178
var targetFile = Path.Combine(SourceDirectory, "input.target.txtConvention");
179
return DiffRunner.LaunchForTextAsync(tempFile, targetFile);
180
181
- **/
+ */
182
//todo: re enable tests with fake diff tool.
183
184
185
#if DEBUG
186
187
public void ChangeOrder()
@@ -216,7 +216,7 @@ public void TryFindByName()
216
Assert.NotNull(resolved);
217
218
#endif
219
-**/
+*/
220
221
public void TryFindByName_IsCaseInsensitive()
222
{
0 commit comments