From d9a15b422bfe782cd777659f8d32c63427783b86 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Wed, 3 Nov 2010 15:36:58 +0000 Subject: [PATCH] test with comments on the line [[Imported from SVN: r6225]] --- dune/common/test/paramtreetest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/common/test/paramtreetest.cc b/dune/common/test/paramtreetest.cc index 16224cb9f..ff13dbbe9 100644 --- a/dune/common/test/paramtreetest.cc +++ b/dune/common/test/paramtreetest.cc @@ -88,7 +88,7 @@ int main() try { // read config std::stringstream s; - s << "x1 = 1\n" + s << "x1 = 1 # comment\n" << "x2 = hallo\n" << "x3 = no\n" << "\n" -- GitLab