compiler/tests/extras/PPLL1ExpressionGrammarTest.st
changeset 477 b18b6cc7aabc
parent 464 f6d77fee9811
child 510 869853decf31
--- a/compiler/tests/extras/PPLL1ExpressionGrammarTest.st	Fri May 29 07:25:31 2015 +0100
+++ b/compiler/tests/extras/PPLL1ExpressionGrammarTest.st	Mon Jun 01 22:02:17 2015 +0100
@@ -9,6 +9,7 @@
 	category:'PetitCompiler-Extras-Tests-Expressions'
 !
 
+
 !PPLL1ExpressionGrammarTest methodsFor:'as yet unclassified'!
 
 parserClass
@@ -98,3 +99,10 @@
     self assert: result third = 3.
 ! !
 
+!PPLL1ExpressionGrammarTest class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+