summaryrefslogtreecommitdiff
path: root/sandbox/edloper/epytext/epytext.test
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/edloper/epytext/epytext.test')
-rw-r--r--sandbox/edloper/epytext/epytext.test26
1 files changed, 0 insertions, 26 deletions
diff --git a/sandbox/edloper/epytext/epytext.test b/sandbox/edloper/epytext/epytext.test
deleted file mode 100644
index 4d23f3dbd..000000000
--- a/sandbox/edloper/epytext/epytext.test
+++ /dev/null
@@ -1,26 +0,0 @@
-This is a
-paragraph.
-
-
-Heading
-=======
- A new section
- - A bulleted list
- 1. An enumerated list
-
- A B{paragraph} I{with} C{various} X{inline} M{formatting}
-
- Symbols are not supported yet: S{alpha}
-
- A literal block::
-
- A /
- / B
-
- A doctest block:
-
- >>> print 1
- 1
-
- @field: this is a field
- @field arg: this is another field.