Skip to content

Commit ced6284

Browse files
authored
typo in multilines.dot
1 parent 9aacc6f commit ced6284

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/testgraphs/multilines.dot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Test multilineattributes and concatination */
1+
/* Test multilineattributes and concatenation */
22
digraph G {
33
a [label="This is\
44
a multiline\
@@ -8,4 +8,4 @@ style=filled];
88
b [label="partA" + "partB"+
99
"partC"];
1010
a -> b -> c;
11-
}
11+
}

0 commit comments

Comments
 (0)