diff --git a/ILSpy.BamlDecompiler/Tests/Cases/MarkupExtension.xaml b/ILSpy.BamlDecompiler/Tests/Cases/MarkupExtension.xaml
new file mode 100644
index 000000000..851b0ff13
--- /dev/null
+++ b/ILSpy.BamlDecompiler/Tests/Cases/MarkupExtension.xaml
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/ILSpy.BamlDecompiler/Tests/ILSpy.BamlDecompiler.Tests.csproj b/ILSpy.BamlDecompiler/Tests/ILSpy.BamlDecompiler.Tests.csproj
index e003a0d3d..ab4ec2c41 100644
--- a/ILSpy.BamlDecompiler/Tests/ILSpy.BamlDecompiler.Tests.csproj
+++ b/ILSpy.BamlDecompiler/Tests/ILSpy.BamlDecompiler.Tests.csproj
@@ -125,6 +125,7 @@
+
diff --git a/ILSpy.BamlDecompiler/Tests/TestRunner.cs b/ILSpy.BamlDecompiler/Tests/TestRunner.cs
index 8f44f6fe6..dc77434bf 100644
--- a/ILSpy.BamlDecompiler/Tests/TestRunner.cs
+++ b/ILSpy.BamlDecompiler/Tests/TestRunner.cs
@@ -67,6 +67,12 @@ namespace ILSpy.BamlDecompiler.Tests
RunTest("cases/dictionary1");
}
+ [Test]
+ public void MarkupExtension()
+ {
+ RunTest("cases/markupextension");
+ }
+
#region RunTest
void RunTest(string name)
{