forked from OSchip/llvm-project
Added Graphviz escaping for the '|' character.
llvm-svn: 41610
This commit is contained in:
parent
14f0d1a85a
commit
ed99b8a2a8
|
@ -52,7 +52,7 @@ namespace DOT { // Private functions...
|
|||
break; // don't disturb \l
|
||||
case '{': case '}':
|
||||
case '<': case '>':
|
||||
case '"':
|
||||
case '|': case '"':
|
||||
Str.insert(Str.begin()+i, '\\'); // Escape character...
|
||||
++i; // don't infinite loop
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue