Revision 74377ff01a7b0779a0d0202d7c3c600b315addb0 authored by Ms2ger on 21 September 2018, 14:02:48 UTC, committed by Ms2ger on 21 September 2018, 14:21:28 UTC
1 parent 501cfb6
Raw File
_reftest_graph_example.dot
# Generate with `$ dot -Tsvg -oreftest_graph_example.svg _reftest_graph_example.dot`

digraph reftest_graph_example {
  "a.html" -> "b.html" [label="=="];
  "a.html" -> "c.html" [label="=="];
  "b.html" -> "b1.html" [label="=="];
  "c.html" -> "c1.html" [label="!="];
}
back to top