changeset 424:57a6e7535371

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