summaryrefslogtreecommitdiffstats
path: root/tests/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/wixl/IncludeTest.wxs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/wixl/IncludeTest.wxs b/tests/data/wixl/IncludeTest.wxs
index a5ea0c7..ea1832a 100644
--- a/tests/data/wixl/IncludeTest.wxs
+++ b/tests/data/wixl/IncludeTest.wxs
@@ -2,6 +2,10 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<?ifdef var.Foo?>
<?warning Foo?>
+ <?undef Foo?>
+ <?ifdef var.Foo?>
+ <?error Foo?>
+ <?endif?>
<?else?>
<?ifdef var.Bar?>
<?warning Bar?>