hgbook

changeset 325:57a6e7535371

Added first dot translation test
author Igor Támara <igor@tamarapatino.org>
date Fri Oct 17 05:59:49 2008 -0500 (2008-10-17)
parents 1afa6cce993d
children f1a22f5a9e58 b2a3175aad7a
files es/undo-simple.dot
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/es/undo-simple.dot	Fri Oct 17 05:59:49 2008 -0500
     1.3 @@ -0,0 +1,4 @@
     1.4 +digraph undo_simple {
     1.5 +	"primer cambio" -> "segundo cambio";
     1.6 +	"segundo cambio" -> "volver\nsegundo cambio";
     1.7 +}