diff options
author | Rob Mensching <rob@firegiant.com> | 2023-02-09 06:05:07 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-02-09 15:18:09 -0800 |
commit | 2ef98c69a1c1bb5f7b55e5d7e8a28e41752f626a (patch) | |
tree | 3b12405a0eab65416b242e6aafd698be4eb77d07 /src | |
parent | a4c49ddc3baf4ebf7a6c40f2d3c10e2e6e3632db (diff) | |
download | wix-2ef98c69a1c1bb5f7b55e5d7e8a28e41752f626a.tar.gz wix-2ef98c69a1c1bb5f7b55e5d7e8a28e41752f626a.tar.bz2 wix-2ef98c69a1c1bb5f7b55e5d7e8a28e41752f626a.zip |
Add test to validate bracketed non-Property reference in Property value
Diffstat (limited to 'src')
-rw-r--r-- | src/wix/test/WixToolsetTest.CoreIntegration/TestData/Property/BadProperty.wxs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Property/BadProperty.wxs b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Property/BadProperty.wxs index 2ab6f7d8..a35b531c 100644 --- a/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Property/BadProperty.wxs +++ b/src/wix/test/WixToolsetTest.CoreIntegration/TestData/Property/BadProperty.wxs | |||
@@ -2,6 +2,7 @@ | |||
2 | <Package Name="Bad Property" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> | 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." /> | 3 | <MajorUpgrade DowngradeErrorMessage="Downgrade error message." /> |
4 | 4 | ||
5 | <Property Id="AB" Value="ab[1]" /> | ||
5 | <Property Id="Break" Value="[X] [Y]" /> | 6 | <Property Id="Break" Value="[X] [Y]" /> |
6 | 7 | ||
7 | <Feature Id="ProductFeature"> | 8 | <Feature Id="ProductFeature"> |