summaryrefslogtreecommitdiffstats
path: root/Tests/StringFileTest/InputFile.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/StringFileTest/InputFile.h.in')
-rw-r--r--Tests/StringFileTest/InputFile.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/StringFileTest/InputFile.h.in b/Tests/StringFileTest/InputFile.h.in
index c7c1995..3e70a36 100644
--- a/Tests/StringFileTest/InputFile.h.in
+++ b/Tests/StringFileTest/InputFile.h.in
@@ -5,6 +5,10 @@
/* This should be configured to a commented undef with the curlies in place */
#cmakedefine TEST_NOT_DEFINED ${TEST_NOT_DEFINED}
+/* This complicated line should be configured unchanged: */
+static const char* configvar =
+"@$@$junk =~ s/#$xyz#/$foo_bar{$wibble}->{$xyz}/;@@";
+
int CheckMethod(const char* var, const char* val )
{
if ( !var )