Hi,
after having our test suite, we want to create a bunch of test cases in it which works automatically with: im createcontent...
I am adding an option here to fill in the field in our test case called "text" with the option: --field="Text=Test123"
Now we have the problem that we almost always have a text with newlines in it! In the test case itself I can simply write a text with newline but when I give the command I somehow need the escape character for a newline which is not "\n". So I need to give the command as:
im createcontent --parent .... --field="Text=line1\nline2\line3" ...
But as I said, the \n is not recognized by integrity so it simply writes the \n as it is.
Do you have an information here about what the correct way to do this is?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.