aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Driessen <vincent@datafox.nl>2010-08-23 14:11:46 +0200
committerVincent Driessen <vincent@datafox.nl>2010-08-23 14:11:46 +0200
commita2b3c97e70fa1a76886061e01265bf669426b345 (patch)
treec211a70f5b791d5422685d21c7ece78c537b36fc
parent78043a12ca1abcb8050f572c9d861df181c14671 (diff)
downloadvim-rst-tables-a2b3c97e70fa1a76886061e01265bf669426b345.tar.gz
vim-rst-tables-a2b3c97e70fa1a76886061e01265bf669426b345.tar.bz2
vim-rst-tables-a2b3c97e70fa1a76886061e01265bf669426b345.zip
Fix: typo in test.
-rw-r--r--tests/test_rst_tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_rst_tables.py b/tests/test_rst_tables.py
index 9e88917..adeb546 100644
--- a/tests/test_rst_tables.py
+++ b/tests/test_rst_tables.py
@@ -137,7 +137,7 @@ class TestRSTTableFormatter(unittest.TestCase):
['x\nblah', 'This became somewhat larger\nA new line']]
self.assertEquals(expect, parse_table(input))
- input - ['+---+---------+',
+ input = ['+---+---------+',
'| Foo | Mu |',
'+=====+====+',
'| x | This became somewhat larger |',