1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 17:59:10 +03:00
semantic/test/fixtures/ruby/math-assignment.diffB-A.txt
Rob Rix 1ab51de582 Update the failing test’s fixture.
I’m pretty sure this is due to us producing a different shortest edit script than the old implementation (but still a correct one, and a shortest one—just a different correct/shortest one), and that in turn causing RWS to make different choices.
2017-03-23 14:21:09 -04:00

20 lines
384 B
Plaintext

(Program
{-(OperatorAssignment
(Identifier)
(IntegerLiteral))-}
(OperatorAssignment
(Identifier)
(IntegerLiteral))
(OperatorAssignment
(Identifier)
(IntegerLiteral))
(OperatorAssignment
(Identifier)
(IntegerLiteral))
(OperatorAssignment
(Identifier)
(IntegerLiteral))
{+(OperatorAssignment
(Identifier)
(IntegerLiteral))+})