Issue #15531 has been updated by Josh Cooper. Assignee deleted (Lukáš Zapletal) Branch set to https://github.com/puppetlabs/puppet/pull/1038
Thanks. Note to whomever merges this, there is a similar issue with backslashes not being escaped, e.g. windows file paths. Would be great to figure out what all of the special chars are that need escaping and do that. ---------------------------------------- Bug #15531: [Pull request] Graph (dot) escaping for double quotes https://projects.puppetlabs.com/issues/15531#change-69128 Author: Lukáš Zapletal Status: In Topic Branch Pending Review Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/1038 Graph generation was not escaping double quotes for node names. This simple patch replaces all " with \" in all node names in dot graphs so they can be generated even from catalogs with double quotes. https://github.com/lzap/puppet/compare/graph_escape_fix https://github.com/lzap/puppet/tree/graph_escape_fix -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
