```gv // option.attributeSeperator = , graph { a [foo=bar,bar=baz] } // option.attributeSeperator = " " graph { a [foo=bar bar=baz] } ```