hgbook

view es/undo-simple.dot @ 325:57a6e7535371

Added first dot translation test
author Igor Támara <igor@tamarapatino.org>
date Fri Oct 17 05:59:49 2008 -0500 (2008-10-17)
parents
children 0aa96b0ffb65
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "volver\nsegundo cambio";
4 }