1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/test/test_default_commands
Conrad Irwin ac54ebd795 Preserve backticks and don't double highlight [Fixes #562]
Before this change all `` pairs were removed from documentation which
makes the ``foo'' quoting style used by some authors look very odd.

We'd also try to syntax highlight code inside `` inside code, which
caused nasty rendering errors as the escape sequences got tangled up.
2012-05-05 00:52:38 -07:00
..
test_cd.rb
test_context.rb
test_documentation.rb Preserve backticks and don't double highlight [Fixes #562] 2012-05-05 00:52:38 -07:00
test_find_method.rb
test_gems.rb
test_help.rb
test_input.rb
test_introspection.rb
test_ls.rb
test_shell.rb
test_show_source.rb