diff es/undo-simple.dot @ 424:57a6e7535371

Added first dot translation test
author Igor Támara <igor@tamarapatino.org>
date Fri, 17 Oct 2008 05:59:49 -0500
parents
children 0aa96b0ffb65
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";
+}