robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

change Copy as Escaped String to escape quotation marks #68

Closed robmcmullen closed 8 years ago

robmcmullen commented 8 years ago

Depending on the contents, the repr of a string can put either a " or a ' in the text (but not both). Change the output to not include either.