From f3eb715695d012e26e7d41dbae282aa65e3a95e8 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 16 Apr 2020 10:42:29 +0300 Subject: [PATCH] test: style expected for deepEqual --- test/specs/new/code_compensation_indent.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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; +