IntelliJ not showing lines that begin with '#' in test output

49 Views Asked by At

I'm using InelliJ for the first time. Just to get familiar with it, I have a test that dumps the output of a markdown file to STDOUT. While it does work, all lines beginning with the '#' sign don't show up, as if it thinks it should be treated as a comment. Weird.

When I run the test outside of IntelliJ from the command line, I get the expected results.

Is there some kind of setting that an control the output of tests so these lines will show?

From the picture below, you can see '#hello world' is not showing while 'hello world' is. I'm using the Comma CP IDE for Raku, the latest version.

enter image description here

0

There are 0 best solutions below