first commit
This commit is contained in:
22
perl/lib/Graph-Easy-0.76/t/fun/0000.txt
Normal file
22
perl/lib/Graph-Easy-0.76/t/fun/0000.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
# Example from Graphviz extension
|
||||
# http://www.wickle.com/wiki/index.php/Graphviz_extension
|
||||
|
||||
node.red { background: red; }
|
||||
|
||||
[ ns ] { class: red } -> [ addons ]
|
||||
-> [ metamod ] { class: red }
|
||||
-> [ dlls2 ] { label: dlls }
|
||||
|
||||
[ metamod ] -> [ doc ] -> [html ]
|
||||
|
||||
[ ns ] -> [ logs ]
|
||||
[ ns ] -> [ gfx ] -> [ vgui ]
|
||||
[ addons ] -> [ amxmodx ] -> [ configs ] { class: red }
|
||||
|
||||
[ amxmodx ] -> [ data ] -> [ lang ]
|
||||
[ amxmodx ] -> [ dlls ]
|
||||
[ amxmodx ] -> [ plugins ] { class: red }
|
||||
|
||||
[ doc ] -> [ txt ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user