diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/Preprocessor')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/Preprocessor/EnvParens.wxs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Preprocessor/EnvParens.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Preprocessor/EnvParens.wxs new file mode 100644 index 00000000..68d115c5 --- /dev/null +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Preprocessor/EnvParens.wxs | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8" ?> | ||
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 3 | <?define Test = "$(env.CommonProgramFiles(x86))" ?> | ||
| 4 | </Wix> | ||
