summaryrefslogtreecommitdiff
path: root/test/prism/errors/label_in_interpolated_string.txt
blob: 29af5310a15b1a7154e935b0c2982ccda7bcf777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
case    in el""Q
^~~~ expected a predicate for a case matching statement
             ^ expected a delimiter after the patterns of an `in` clause
               ^ unexpected constant, expecting end-of-input
^~~~ expected an `end` to close the `case` statement
 !"""#{in el"":Q
       ^~ unexpected 'in', assuming it is closing the parent 'in' clause
       ^ expected a `}` to close the embedded expression
       ^~ cannot parse the string part
          ^~ cannot parse the string part
            ^ cannot parse the string part
    ^~~~~~~~~~~ unexpected label
    ^~~~~~~~~~~ expected a string for concatenation