diff options
Diffstat (limited to 'filter/test.conf.inc')
-rw-r--r-- | filter/test.conf.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/filter/test.conf.inc b/filter/test.conf.inc new file mode 100644 index 00000000..10fc7014 --- /dev/null +++ b/filter/test.conf.inc @@ -0,0 +1,6 @@ + +print "Entering include"; +print "Should be 2: ", 1+1; +print "Leaving include"; + + |