first commit
This commit is contained in:
22
perl/lib/Graph-Easy-0.76/t/in/dot/4_strings.dot
Normal file
22
perl/lib/Graph-Easy-0.76/t/in/dot/4_strings.dot
Normal file
@@ -0,0 +1,22 @@
|
||||
strict digraph graph0 {
|
||||
|
||||
// test continuation lines (ending in \)
|
||||
berlin [ label="Berlin\
|
||||
Ost" ]
|
||||
|
||||
bonn [ label="Bonn\
|
||||
am\
|
||||
Rhein" ]
|
||||
|
||||
// test double quoted string continuation "foo" + "bar" in attributes
|
||||
bonn -> berlin [ label="train" + " (ICE)" ]
|
||||
|
||||
// and nodes
|
||||
"bonn" + "test" [ label="Bonn" + " (Rhei \
|
||||
n)" ]
|
||||
|
||||
// test more than one concat, more than one space plus empty parts
|
||||
"Cottbus" [ label= "Cot" + "" + "tb" +"" +"" + "us" ]
|
||||
|
||||
"bonntest" -> "Cottbus"
|
||||
}
|
||||
Reference in New Issue
Block a user