first commit
This commit is contained in:
5
perl/lib/Graph-Easy-0.76/t/syntax/0070.txt
Normal file
5
perl/lib/Graph-Easy-0.76/t/syntax/0070.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
# nodes in a subclass with attributes
|
||||
node.city { color: brown; } # override default color
|
||||
|
||||
[ Bonn ] { class: city; } -> [ Berlin ] { class: city; }
|
||||
[ Berlin ] -> [ Kassel ]
|
||||
Reference in New Issue
Block a user