JoshCheek / seeing_is_believing

Displays the results of every line of code in your file
1.31k stars 54 forks source link

Printing tabs replaces the output with "\t" #146

Open JoshCheek opened 5 years ago

JoshCheek commented 5 years ago

I assume this is intentional, but still made me raise an eyebrow. Make sure it's on purpose.

seeing_is_believing -e 'puts "abc\\tdef"'
puts "abc\tdef"  # => nil

# >> abc\tdef