aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WixToolset.Core/Compiler_2.cs1
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/RegistryFixture.cs2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler_2.cs b/src/WixToolset.Core/Compiler_2.cs
index f5f450cb..09d56e49 100644
--- a/src/WixToolset.Core/Compiler_2.cs
+++ b/src/WixToolset.Core/Compiler_2.cs
@@ -1576,6 +1576,7 @@ namespace WixToolset.Core
1576 { 1576 {
1577 key = Path.Combine(parentKey, key); 1577 key = Path.Combine(parentKey, key);
1578 } 1578 }
1579 key = key?.TrimEnd('\\');
1579 break; 1580 break;
1580 case "Root": 1581 case "Root":
1581 if (root.HasValue) 1582 if (root.HasValue)
diff --git a/src/test/WixToolsetTest.CoreIntegration/RegistryFixture.cs b/src/test/WixToolsetTest.CoreIntegration/RegistryFixture.cs
index a7d6edb4..654b8740 100644
--- a/src/test/WixToolsetTest.CoreIntegration/RegistryFixture.cs
+++ b/src/test/WixToolsetTest.CoreIntegration/RegistryFixture.cs
@@ -111,7 +111,7 @@ namespace WixToolsetTest.CoreIntegration
111 } 111 }
112 } 112 }
113 113
114 [Fact(Skip = "https://github.com/wixtoolset/issues/issues/4753")] 114 [Fact]
115 public void PopulatesRegistryTableWithoutExtraBackslash() 115 public void PopulatesRegistryTableWithoutExtraBackslash()
116 { 116 {
117 var folder = TestData.Get(@"TestData"); 117 var folder = TestData.Get(@"TestData");