diff options
| author | Georg Brandl <georg@python.org> | 2011-09-17 21:05:12 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-09-17 21:05:12 +0200 |
| commit | 47b61df7dc4faee44044a4fcbc5c0197f821fab5 (patch) | |
| tree | b22fac53bbb833d668dcb24fcc6bda3dc6d062fb /tests/root | |
| parent | ba04d5fd2440953529471a8278be6b47abc4bf28 (diff) | |
| download | sphinx-47b61df7dc4faee44044a4fcbc5c0197f821fab5.tar.gz | |
Code style fixes.
Diffstat (limited to 'tests/root')
| -rw-r--r-- | tests/root/markup.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/root/markup.txt b/tests/root/markup.txt index 71197689..60ee4853 100644 --- a/tests/root/markup.txt +++ b/tests/root/markup.txt @@ -169,6 +169,16 @@ Tables | 2 | Empty cells: | | +----+----------------+----+ +Table with multicol: + + +----+---------------------+ + | 1 | test! | + +----+---------+------+----+ + | 2 | col | col | c | + | y +---------+------+----+ + | x | test | + +----+---------------------+ + Figures ------- |
