Skip to content
Snippets Groups Projects
Commit d9a15b42 authored by Christian Engwer's avatar Christian Engwer
Browse files

test with comments on the line

[[Imported from SVN: r6225]]
parent d8adc10c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment