blob: 46d11976282d40fced4c8306db26953d74c3727f [file] [log] [blame]
foo = "abcdef ${42}\dfsd
42
-----
Groovy script
Assignment expression
Reference expression
PsiElement(identifier)('foo')
PsiWhiteSpace(' ')
PsiElement(=)('=')
PsiWhiteSpace(' ')
Compound Gstring
PsiElement(Gstring begin)('"')
GrStringContentImpl(GString content element)
PsiElement(Gstring content)('abcdef ')
GString injection
PsiElement($)('$')
Closable block
PsiElement({)('{')
Parameter list
<empty list>
Literal
PsiElement(Integer)('42')
PsiElement(})('}')
GrStringContentImpl(GString content element)
PsiElement(Gstring content)('\dfsd')
PsiErrorElement:String end expected
<empty list>
PsiElement(new line)('\n')
Literal
PsiElement(Integer)('42')