Catch2 icon indicating copy to clipboard operation
Catch2 copied to clipboard

Indent names of nested sections

Open Lawrencemm opened this issue 6 years ago • 1 comments

Indent section names in Catch2 output by their level of nesting.

ie.

Test Case
  Section
  Nested Section
  Further Nested Section

Should become

Test Case
  Section
    Nested Section
      Further Nested Section

Lawrencemm avatar Mar 03 '19 01:03 Lawrencemm

I'd also love to see this implemented.

mxmlnkn avatar Apr 07 '22 08:04 mxmlnkn