summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-directive-code/force.rst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-directive-code/force.rst')
-rw-r--r--tests/roots/test-directive-code/force.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/roots/test-directive-code/force.rst b/tests/roots/test-directive-code/force.rst
new file mode 100644
index 0000000..1834b3a
--- /dev/null
+++ b/tests/roots/test-directive-code/force.rst
@@ -0,0 +1,16 @@
+force option
+============
+
+.. code:: python
+ :force:
+
+ not a python script!
+
+.. code-block:: python
+ :force:
+
+ not a python script!
+
+.. literalinclude:: error.inc
+ :language: python
+ :force: