Issue #15531 has been updated by Daniel Pittman. Status changed from In Topic Branch Pending Review to Code Insufficient
@lzap - would you be able to rewrite this to use inspect, add a test, and retarget it at the 2.7.x branch? That would be a big help - looking at the code, those are the three things we need before the code can be merged. ---------------------------------------- Bug #15531: [Pull request] Graph (dot) escaping for double quotes https://projects.puppetlabs.com/issues/15531#change-70299 Author: Lukáš Zapletal Status: Code Insufficient 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.
