diff options
author | Martin Vilcans <martin@librador.com> | 2011-09-10 20:20:49 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2011-09-10 23:42:57 +0200 |
commit | 98e8bb6ffd01ff1f14f915d35ce3371740968b1d (patch) | |
tree | 5b42f0414ee69eb11f29436fa87bbddc5da851aa /tests | |
parent | 7d3877f94a8de98a11bcea631b79b6db9b7f47fe (diff) | |
download | screenplain-98e8bb6ffd01ff1f14f915d35ce3371740968b1d.tar.gz |
A Transition must be followed by a slug, otherwise it's Action
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spmd_test.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/spmd_test.py b/tests/spmd_test.py index b66c478..caa5b20 100644 --- a/tests/spmd_test.py +++ b/tests/spmd_test.py @@ -136,8 +136,6 @@ class ParseTests(unittest2.TestCase): ])) self.assertEquals([Action, Action, Slug], [type(p) for p in paras]) - # Not implemented yet - @unittest2.expectedFailure def test_transition_must_be_followed_by_slug(self): paras = list(parse([ 'Bill lights a cigarette.', |