# HG changeset patch # User Igor Tmara # Date 1224241189 18000 # Node ID 57a6e753537168350f84b5ea242e4b3a6e490c18 # Parent 1afa6cce993d581cd0f7ee4fb7070c26a146e056 Added first dot translation test diff -r 1afa6cce993d -r 57a6e7535371 es/undo-simple.dot --- /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"; +}