ruby/test/prism/fixtures/whitequark/dedenting_heredoc.txt

76 строки
331 B
Plaintext

p <<~"E"
x
#{" y"}
E
p <<~"E"
x
#{foo}
E
p <<~E
x
y
E
p <<~E
x
y
E
p <<~E
x
y
E
p <<~E
x
y
E
p <<~E
x
\ y
E
p <<~E
x
\ y
E
p <<~E
E
p <<~E
x
y
E
p <<~E
x
y
E
p <<~E
x
y
E
p <<~E
x
E
p <<~E
ð
E
p <<~E
E
p <<~`E`
x
#{foo}
E