changeset 425:f1a22f5a9e58

Added dot test translation
author Igor Támara <igor@tamarapatino.org>
date Fri, 17 Oct 2008 06:18:17 -0500
parents 57a6e7535371
children b7d284121f21
files es/undo-manual.dot
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/es/undo-manual.dot	Fri Oct 17 06:18:17 2008 -0500
@@ -0,0 +1,6 @@
+digraph undo_manual {
+	"primer cambio" -> "segundo cambio";
+	"segundo cambio" -> "tercer cambio";
+	backout [label="retroceso\nsegundo cambio", shape=box];
+	"segundo cambio" -> backout;
+}