mirror of
https://github.com/github/semantic.git
synced 2024-12-01 17:59:10 +03:00
1ab51de582
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.
20 lines
384 B
Plaintext
20 lines
384 B
Plaintext
(Program
|
|
{-(OperatorAssignment
|
|
(Identifier)
|
|
(IntegerLiteral))-}
|
|
(OperatorAssignment
|
|
(Identifier)
|
|
(IntegerLiteral))
|
|
(OperatorAssignment
|
|
(Identifier)
|
|
(IntegerLiteral))
|
|
(OperatorAssignment
|
|
(Identifier)
|
|
(IntegerLiteral))
|
|
(OperatorAssignment
|
|
(Identifier)
|
|
(IntegerLiteral))
|
|
{+(OperatorAssignment
|
|
(Identifier)
|
|
(IntegerLiteral))+})
|