diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-01-07 14:50:40 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-01-07 15:17:07 -0800 |
| commit | 1b10d394bc88c2840b355bb72c1a502181c28ca2 (patch) | |
| tree | 263f4ee20fbe8f42b71c520b0b203195161cf9fe /src/test/WixToolsetTest.CoreIntegration/TestData | |
| parent | 093e1dd144b260b58a0ae46d722d1dbc4019d9d5 (diff) | |
| download | wix-1b10d394bc88c2840b355bb72c1a502181c28ca2.tar.gz wix-1b10d394bc88c2840b355bb72c1a502181c28ca2.tar.bz2 wix-1b10d394bc88c2840b355bb72c1a502181c28ca2.zip | |
Add test for invalid ids
Closes wixtoolset/issues#5464
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/InvalidIds.wxs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/InvalidIds.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/InvalidIds.wxs new file mode 100644 index 00000000..78f3ebd3 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/InvalidIds.wxs | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8" ?> | ||
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 3 | <Fragment> | ||
| 4 | <Component Id="@#$" Guid="{2F18F52A-9E24-4ebe-A5FC-974089AA03D2}" Directory="WixTestFolder"> | ||
| 5 | <CreateFolder Directory="WixTestFolder" /> | ||
| 6 | </Component> | ||
| 7 | </Fragment> | ||
| 8 | </Wix> | ||
