summaryrefslogtreecommitdiff
path: root/test/prism/errors/heredoc_unterminated.txt
blob: 3c6aeaeb81fdb57d8ca25ff895881ab59de16c8c (plain)
1
2
3
4
5
6
7
8
9
a=>{<<b
      ^ unterminated heredoc; can't find string "b" anywhere before EOF
    ^~~ unexpected heredoc beginning; expected a key in the hash pattern
      ^ unterminated heredoc; can't find string "b" anywhere before EOF
    ^~~ expected a label as the key in the hash pattern
       ^ expected a `}` to close the pattern expression
       ^ unexpected heredoc ending, expecting end-of-input
       ^ unexpected heredoc ending, ignoring it