mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
Structure of heredocs changed
This commit is contained in:
parent
484f4278e1
commit
5586c46193
@ -1,9 +1,10 @@
|
||||
(Statements
|
||||
{+(Send
|
||||
{+(Send
|
||||
{+(Identifier)+}
|
||||
{+(TextElement)+}
|
||||
{+(Context
|
||||
{+(Statements
|
||||
{+(TextElement)+})+}
|
||||
{+(Send
|
||||
{+(Identifier)+}
|
||||
{+(TextElement)+})+})+}
|
||||
{+(Identifier)+})+}
|
||||
{-(TextElement)-}
|
||||
|
@ -3,9 +3,10 @@
|
||||
{+(Statements
|
||||
{+(TextElement)+})+}
|
||||
{-(Send
|
||||
{-(Send
|
||||
{-(Identifier)-}
|
||||
{-(TextElement)-}
|
||||
{-(Context
|
||||
{-(Statements
|
||||
{-(TextElement)-})-}
|
||||
{-(Send
|
||||
{-(Identifier)-}
|
||||
{-(TextElement)-})-})-}
|
||||
{-(Identifier)-})-})
|
||||
|
7
test/fixtures/ruby/corpus/heredoc.parseB.txt
vendored
7
test/fixtures/ruby/corpus/heredoc.parseB.txt
vendored
@ -1,8 +1,9 @@
|
||||
(Statements
|
||||
(Send
|
||||
(Send
|
||||
(Identifier)
|
||||
(TextElement)
|
||||
(Context
|
||||
(Statements
|
||||
(TextElement))
|
||||
(Send
|
||||
(Identifier)
|
||||
(TextElement)))
|
||||
(Identifier)))
|
||||
|
Loading…
Reference in New Issue
Block a user