update
authorClaus Gittinger <cg@exept.de>
Tue, 04 Mar 2014 15:32:28 +0100
changeset 164 36ec78ddf4fe
parent 163 74d394e7e789
child 165 7df471ff9ea5
update
PPFailingParser.st
--- a/PPFailingParser.st	Tue Mar 04 15:32:27 2014 +0100
+++ b/PPFailingParser.st	Tue Mar 04 15:32:28 2014 +0100
@@ -14,6 +14,12 @@
 	^ self new setMessage: aString
 ! !
 
+!PPFailingParser methodsFor:'*petitanalyzer-matching'!
+
+match: aParser inContext: aDictionary seen: anIdentitySet
+	^ (super match: aParser inContext: aDictionary seen: anIdentitySet) and: [ self message = aParser message ]
+! !
+
 !PPFailingParser methodsFor:'accessing'!
 
 message
@@ -44,13 +50,14 @@
 !PPFailingParser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPFailingParser.st,v 1.3 2012-05-04 22:06:00 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPFailingParser.st,v 1.4 2014-03-04 14:32:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPFailingParser.st,v 1.3 2012-05-04 22:06:00 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPFailingParser.st,v 1.4 2014-03-04 14:32:28 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: PPFailingParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
+    ^ '$Id: PPFailingParser.st,v 1.4 2014-03-04 14:32:28 cg Exp $'
 ! !
+