Add test to validate bracketed non-Property reference in Property value
Rob Mensching committed
Feb 9, 2023 at 06:05 UTC
2ef98c69a1c1bb5f7b55e5d7e8a28e41752f626a
1 file changed
+1
src/wix/test/WixToolsetTest.CoreIntegration/TestData/Property/BadProperty.wxs
+1
@@ -2,6 +2,7 @@
2
<Package Name="Bad Property" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a">
3
<MajorUpgrade DowngradeErrorMessage="Downgrade error message." />
4
5
+ <Property Id="AB" Value="ab[1]" />
6
<Property Id="Break" Value="[X] [Y]" />
7
8
<Feature Id="ProductFeature">