diff --git a/test/fixtures/javascript/boolean-operator.diffA-B.txt b/test/fixtures/javascript/boolean-operator.diffA-B.txt index 0abfcc1ae..78868446c 100644 --- a/test/fixtures/javascript/boolean-operator.diffA-B.txt +++ b/test/fixtures/javascript/boolean-operator.diffA-B.txt @@ -1,10 +1,6 @@ (Program (ExpressionStatements - { (BooleanOperator + (BooleanOperator (Identifier) - (Other "||") - (Identifier)) - ->(BooleanOperator - (Identifier) - (Other "&&") - (Identifier)) })) \ No newline at end of file + { (Other "||") -> (Other "&&") } + (Identifier)))) diff --git a/test/fixtures/ruby/boolean-operator.diffA-B.txt b/test/fixtures/ruby/boolean-operator.diffA-B.txt index ec95aaad0..0d03516a1 100644 --- a/test/fixtures/ruby/boolean-operator.diffA-B.txt +++ b/test/fixtures/ruby/boolean-operator.diffA-B.txt @@ -1,9 +1,5 @@ (Program -{ (Binary + (Binary (Identifier) - (Other "||") - (Identifier)) -->(Binary - (Identifier) - (Other "&&") - (Identifier)) }) \ No newline at end of file + { (Other "||") -> (Other "&&") } + (Identifier)))