diff --git a/test/specs/new/code_compensation_indent.html b/test/specs/new/code_compensation_indent.html index 4d72bdfe..7b3be00f 100644 --- a/test/specs/new/code_compensation_indent.html +++ b/test/specs/new/code_compensation_indent.html @@ -1,9 +1,6 @@

This is some text.

    -
  1. -

    This is a list element.

    +
  2. This is a list element.

    const x = 5;
    -const y = x + 5;
    -
    -
  3. -
\ No newline at end of file +const y = x + 5; +