summaryrefslogtreecommitdiff
path: root/tests/snippets/crystal/test_escaped_interpolation.txt
blob: c623464c9f33a412a3ae04c7e5827d0d7aee6851 (plain)
1
2
3
4
5
6
7
8
9
---input---
"\#{a + b}"

---tokens---
'"'           Literal.String.Double
'\\#'         Literal.String.Escape
'{a + b}'     Literal.String.Double
'"'           Literal.String.Double
'\n'          Text.Whitespace