diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-08-02 08:32:54 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-08-09 10:37:12 -0600 |
| commit | d26157531381aba81d2cac15e424b7e5c738253a (patch) | |
| tree | 5bd5793ec90529c4be397e9034f17e35b7c9e4a2 /src/test/WixToolsetTest.CoreIntegration/TestData | |
| parent | 581897da13bd8a20eea0c2079262caaa06cde676 (diff) | |
| download | wix-d26157531381aba81d2cac15e424b7e5c738253a.tar.gz wix-d26157531381aba81d2cac15e424b7e5c738253a.tar.bz2 wix-d26157531381aba81d2cac15e424b7e5c738253a.zip | |
WIXFEAT:4763 Change "string" variable type to literal and add "formatted".
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs new file mode 100644 index 00000000..293b379f --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8" ?> | ||
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" | ||
| 3 | xmlns:ex="http://www.example.com/scheams/v1/wxs"> | ||
| 4 | <Fragment> | ||
| 5 | <Variable Name="BadType" Type="doesnotexist" Value="dne" /> | ||
| 6 | </Fragment> | ||
| 7 | </Wix> | ||
