first commit
This commit is contained in:
10
perl/lib/Graph-Easy-0.76/t/in/dot/6_comments.dot
Normal file
10
perl/lib/Graph-Easy-0.76/t/in/dot/6_comments.dot
Normal file
@@ -0,0 +1,10 @@
|
||||
/* this is a
|
||||
* multi line
|
||||
* comment
|
||||
*/
|
||||
/* comment */ digraph /* one comment */ GRAPH_0 /* another */ /* comment */ { // comment
|
||||
// comment
|
||||
a -> /* comment */ { b c /* comment */ d }
|
||||
{ b /* comment */ c d } /* comment */ -> u
|
||||
" my node /* not a comment */ " -> b
|
||||
}
|
||||
Reference in New Issue
Block a user