I suppose DeclaratorTest1.parse('c3') should be OK, so change it to DeclaratorTest1.parse('c4').
>From 1dc270aa5a7927b21c2076c8d20e10d5027b044e Mon Sep 17 00:00:00 2001
From: Hongwen Qiu <qiuhong...@gmail.com>
Date: Mon, 22 Nov 2010 15:42:34 +0800
Subject: [PATCH] [S05] change one test for :state declaration, which supposed 
to fail.

---
 S05-modifier/my.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/S05-modifier/my.t b/S05-modifier/my.t
index f30d46b..dcd93c9 100644
--- a/S05-modifier/my.t
+++ b/S05-modifier/my.t
@@ -43,7 +43,7 @@ is ~$/, 'c1', ':state in regex ($/) (1)';
 
 ok DeclaratorTest1.parse('c2'), ':state in regex (match) (2)';
 is ~$/, 'c2', ':state in regex ($/) (2)';
-ok !DeclaratorTest1.parse('c3'), ':state in regex (no match)';
+ok !DeclaratorTest1.parse('c4'), ':state in regex (no match)';
 
 ok DeclaratorTest1.parse('dzho'), ':our in regex (match)';
 is ~$/, 'dzho', ':our in regex ($/)';
-- 
1.7.3.2

Reply via email to