We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aacc6f commit ced6284Copy full SHA for ced6284
1 file changed
tests/testgraphs/multilines.dot
@@ -1,4 +1,4 @@
1
-/* Test multilineattributes and concatination */
+/* Test multilineattributes and concatenation */
2
digraph G {
3
a [label="This is\
4
a multiline\
@@ -8,4 +8,4 @@ style=filled];
8
b [label="partA" + "partB"+
9
"partC"];
10
a -> b -> c;
11
-}
+}
0 commit comments