summaryrefslogtreecommitdiff
path: root/test/prism/errors/heredoc_unterminated.txt
blob: 56bd1629987ce812b171cdca730e912b97baeb05 (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