diff options
Diffstat (limited to 'tests/roots/test-smartquotes/literals.rst')
-rw-r--r-- | tests/roots/test-smartquotes/literals.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/roots/test-smartquotes/literals.rst b/tests/roots/test-smartquotes/literals.rst new file mode 100644 index 0000000..ed77c80 --- /dev/null +++ b/tests/roots/test-smartquotes/literals.rst @@ -0,0 +1,12 @@ +literals +======== + +.. role:: python(code) + :language: python +.. default-role:: python + +Standard :code:`code role with 'quotes'` + +This is a Python :python:`{'code': 'role', 'with': 'quotes'}`. + +This is a ``literal with 'quotes'`` |