mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
Correct boolean operator tests.
This commit is contained in:
parent
76d76c928c
commit
e5555ea133
@ -1,10 +1,6 @@
|
||||
(Program
|
||||
(ExpressionStatements
|
||||
{ (BooleanOperator
|
||||
(BooleanOperator
|
||||
(Identifier)
|
||||
(Other "||")
|
||||
(Identifier))
|
||||
->(BooleanOperator
|
||||
(Identifier)
|
||||
(Other "&&")
|
||||
(Identifier)) }))
|
||||
{ (Other "||") -> (Other "&&") }
|
||||
(Identifier))))
|
||||
|
10
test/fixtures/ruby/boolean-operator.diffA-B.txt
vendored
10
test/fixtures/ruby/boolean-operator.diffA-B.txt
vendored
@ -1,9 +1,5 @@
|
||||
(Program
|
||||
{ (Binary
|
||||
(Binary
|
||||
(Identifier)
|
||||
(Other "||")
|
||||
(Identifier))
|
||||
->(Binary
|
||||
(Identifier)
|
||||
(Other "&&")
|
||||
(Identifier)) })
|
||||
{ (Other "||") -> (Other "&&") }
|
||||
(Identifier)))
|
||||
|
Loading…
Reference in New Issue
Block a user