Sha256: 0963681e179c195f61293b350624b4308f401a44bd61e9dd2dc57c780ab241aa

Contents?: true

Size: 637 Bytes

Versions: 2

Compression:

Stored size: 637 Bytes

Contents

#offsets in these cases are incorrect... maybe never

p <<-foo+'123
  abcd
  foo
  456'+"8910"
p heh

p <<-foo+"123#{2.718281828}
  abcd
  foo
  456#{3.14159265}"+"8910"
p hurhurhurhurhur!

p <<-foo+"123#{2.718281828}
  abcd
  foo
  456#{3.14159265}"
p hurhurhurhurhur!


p <<here+'123
456
there
here
789'
p snort!

p <<here+'123\
456
there
here
789'
p snort!

p <<here+'123\
456
there
here
789'

p <<-foo+'123
  abcd
  foo
  456'
p ha-ha

p <<-foo+'123tyurui
  abcdCWECWWE
  foo
  456rtjmnj'
p ha-ha


p "#{<<foobar3}"
bim
baz
bof
foobar3

p <<one ; p "#{<<two}"
1111111111111111
fdsgdfgdsfffff
one
2222222222222222
sdfasdfasdfads
two

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubylexer-0.7.1 test/data/heremonsters.rb.broken.save
rubylexer-0.7.2 test/data/heremonsters.rb.broken.save