compiler/tests/PEGFsaDeterminizationTest.st
changeset 519 1563dce3c5b4
parent 515 b5316ef15274
--- a/compiler/tests/PEGFsaDeterminizationTest.st	Mon Aug 17 23:11:56 2015 +0100
+++ b/compiler/tests/PEGFsaDeterminizationTest.st	Tue Aug 18 13:09:42 2015 +0100
@@ -9,6 +9,7 @@
 	category:'PetitCompiler-Tests-FSA'
 !
 
+
 !PEGFsaDeterminizationTest methodsFor:'as yet unclassified'!
 
 determinizator
@@ -115,3 +116,10 @@
     self assert: (fsa finalStates anyOne retvals includes: #token2).		
 ! !
 
+!PEGFsaDeterminizationTest class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+