Skip to content

Instantly share code, notes, and snippets.

@jmcnevin
Created August 16, 2012 22:04
Show Gist options
  • Save jmcnevin/3374017 to your computer and use it in GitHub Desktop.
Save jmcnevin/3374017 to your computer and use it in GitHub Desktop.
Double escaping?
jruby-1.6.7.2 :045 > "Foo\nBar".to_yaml
=> "--- ! 'Foo\n\n Bar'\n...\n"
jruby-1.6.7.2 :046 > "Foo\r\nBar".to_yaml
=> "--- ! \"Foo\\r\\nBar\"\n...\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment