~ubuntu-branches/debian/stretch/dot2tex/stretch

« back to all changes in this revision

Viewing changes to tests/testgraphs/parsetests/ports.dot

  • Committer: Bazaar Package Importer
  • Author(s): Peter Collingbourne, Sandro Tosi, Marco Rodrigues, Peter Collingbourne
  • Date: 2009-03-15 16:23:06 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090315162306-ynsdphjsv5a2y6zp
Tags: 2.8.5-1
[ Sandro Tosi ]
* debian/control
  - switch Vcs-Browser field to viewsvn

[ Marco Rodrigues ]
* debian/control:
  + Add ${misc:Depends} to Depends to remove
    lintian warning.

[ Peter Collingbourne ]
* New upstream release
* debian/control: new Standards-Version
* debian/control: generated files now require pgf >= 2.00
* debian/copyright: changed year to 2009
* debian/control, debian/copyright, debian/dot2tex.1: changed
  maintainer email address (again)
* debian/copyright: refer specifically to GPL-2
* debian/copyright: use the word Copyright to correctly express
  copyright ownership

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
digraph G {
 
2
  node [shape=box]
 
3
  TOP -> {rank=same a b c d e f } -> BOTTOM
 
4
  b [shape=record, label="<left>left |{<up>up | <middle>middle | <down>down } | right"]
 
5
  d [shape=none 
 
6
    label=<<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" CELLBORDER="1">
 
7
    <TR>
 
8
    <TD PORT="htmlleft">LEFT</TD>
 
9
    <TD>MIDDLE</TD>
 
10
    <TD BORDER="0">
 
11
      <TABLE PORT="inner" BORDER="0" CELLPADDING="0" CELLSPACING="0" CELLBORDER="1">
 
12
        <TR><TD>RIGHTTOP</TD></TR>
 
13
        <TR><TD>RIGHTBOTTOM</TD></TR>
 
14
      </TABLE>
 
15
    </TD>
 
16
    </TR>
 
17
  </TABLE>> ]
 
18
  A:s -> a:n
 
19
  a:w ->f:e
 
20
  f:n -> d:htmlleft
 
21
  a:ne -> d:inner:n
 
22
  a:s ->b:down:se
 
23
  a:w -> B:e
 
24
  D -> b:left
 
25
  C -> b:middle:e
 
26
}