Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevoku@xamarin.com>2016-03-14 18:47:36 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2016-03-14 18:50:02 +0300
commit3df560e9921fc7ddbe36a8dd89e00c97eb0a2abe (patch)
tree4e6ae7ed738e3a1007aa1eaaee2748467dc52880 /main/src/core
parent37f43945a67bf904e891094d5f18793d6196bcf9 (diff)
[TextEditor] Fix TestFSharpLineBug
Track highlighting scheme changes introduced in 7e143714763f5e99036cd9f585884a680bb7f8d3 (cherry picked from commit 5b5e93b10262ed9b76f7b85efd1d8c558fe65f10)
Diffstat (limited to 'main/src/core')
-rw-r--r--main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/SyntaxHighlightingTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/SyntaxHighlightingTests.cs b/main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/SyntaxHighlightingTests.cs
index 8f7c945937..e6aeb6eb8f 100644
--- a/main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/SyntaxHighlightingTests.cs
+++ b/main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/SyntaxHighlightingTests.cs
@@ -138,7 +138,7 @@ namespace Mono.TextEditor.Tests
{
TestOutput (
"\n\n\nlet x = 2",
- "<span foreground=\"#009695\">let</span><span foreground=\"#222222\"> </span><span foreground=\"#222222\">x</span><span foreground=\"#222222\"> = </span><span foreground=\"#F57D00\">2</span>",
+ "<span foreground=\"#009695\">let</span><span foreground=\"#222222\"> x = </span><span foreground=\"#F57D00\">2</span>",
"text/x-fsharp");
}
}