From 98e8bb6ffd01ff1f14f915d35ce3371740968b1d Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Sat, 10 Sep 2011 20:20:49 +0200 Subject: A Transition must be followed by a slug, otherwise it's Action --- tests/spmd_test.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') 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.', -- cgit