File: test05.in

package info (click to toggle)
freetable 2.3-4
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 136 kB
  • ctags: 16
  • sloc: perl: 239; makefile: 54
file content (17 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<body>
This table should have size 2x2 and 7 entries.
2 cells: (1,2) and (2,1) should be header cells.
<wwwtable border=1>
((1,*))
    [row 1, any column]
(*,1)
    [any row, column 1]

((2,*))
    [row 2, any column]
(2,2)
    [row 2, column 2]
</wwwtable>
</body>
</html>