annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
424
57a6e7535371 Added first dot translation test
Igor Támara <igor@tamarapatino.org>
parents:
diff changeset
1 digraph undo_simple {
57a6e7535371 Added first dot translation test
Igor Támara <igor@tamarapatino.org>
parents:
diff changeset
2 "primer cambio" -> "segundo cambio";
57a6e7535371 Added first dot translation test
Igor Támara <igor@tamarapatino.org>
parents:
diff changeset
3 "segundo cambio" -> "volver\nsegundo cambio";
57a6e7535371 Added first dot translation test
Igor Támara <igor@tamarapatino.org>
parents:
diff changeset
4 }