Skip to content

encoding/dot: make all simple graph marshalling strict

Sebastien Binet requested to merge simplify-dot-marshal into master

Created by: kortschak

Note that prior to this change the order of the prefix and the strict keyword was incorrect; if strict was true and prefix was not "" the output would be strict <prefix> graph....

Please take a look.

Closes #625 (closed).

/cc @32bitkid

Merge request reports