diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2010-10-26 10:06:06 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2010-10-26 10:06:06 +0000 |
| commit | 9e7a109933c45fa8c3f09431882ece26ed1ee2f0 (patch) | |
| tree | bcc087cc3f547d3f54a86641c21948f90a596750 /docutils/test/functional/input/data | |
| parent | ff3b442736b6ea5672e5323a80ee2cb55908e94b (diff) | |
| download | docutils-9e7a109933c45fa8c3f09431882ece26ed1ee2f0.tar.gz | |
Math documentation and test update
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6453 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data')
| -rw-r--r-- | docutils/test/functional/input/data/math.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docutils/test/functional/input/data/math.txt b/docutils/test/functional/input/data/math.txt index 29cf33041..6c1193046 100644 --- a/docutils/test/functional/input/data/math.txt +++ b/docutils/test/functional/input/data/math.txt @@ -40,11 +40,13 @@ Quantum mechanics: Math split over two lines: -.. math-block: (this one currently fails) +.. math-block:: g(\alpha) = & (1 + \alpha + \alpha^2 + \alpha^3 + \alpha^4\\ & + \alpha^5) +Cases (realized with a matrix environment): + .. math-block:: f(x) = \left\{ |
