1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/test/fixtures/python/tuple.diffA-B.txt
Rick Winfrey 82a703088d Update Python integratin specs
In tree-sitter-python, `(a)` is not a tuple of identifier, it is an expression that evaluates to the value of `a`.
2017-09-01 15:51:53 -04:00

15 lines
220 B
Plaintext

(Program
{+(Tuple
(Identifier)
(Identifier)
(Identifier))+}
(Tuple
{-(Identifier)-}
(Identifier)
{+(Identifier)+})
{+((Identifier))+}
{-(Tuple
(Identifier)
(Identifier)
(Identifier))-})