summaryrefslogtreecommitdiffstats
path: root/Tests/StringFileTest/StringFile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/StringFileTest/StringFile.cxx')
-rw-r--r--Tests/StringFileTest/StringFile.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/StringFileTest/StringFile.cxx b/Tests/StringFileTest/StringFile.cxx
index 0601aa0..609ebaf 100644
--- a/Tests/StringFileTest/StringFile.cxx
+++ b/Tests/StringFileTest/StringFile.cxx
@@ -24,6 +24,8 @@ int main(int, char*[])
res += CheckMethod(tuvar, "CMAKE");
res += CheckMethod(tlvar, "cmake");
res += CheckMethod(relpath, "../../X11R6/bin/xnest");
+ res += CheckMethod(configvar,
+ "@$@$junk =~ s/#$xyz#/$foo_bar{$wibble}->{$xyz}/;@@");
return res;
}