1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00
semantic/test/fixtures/python/tuple.parseB.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

10 lines
132 B
Plaintext

(Program
(Tuple
(Identifier)
(Identifier)
(Identifier))
(Tuple
(Identifier)
(Identifier))
((Identifier)))