File: test03.in

package info (click to toggle)
freetable 2.3-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 132 kB
  • ctags: 17
  • sloc: perl: 239; makefile: 55
file content (17 lines) | stat: -rw-r--r-- 278 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 5x5 and 36 entries
<wwwtable border=1>
(*,*)
    [any row, any column]
(+,*)
    [row 2, any column]
(.*[13579],+1)
    [odd row, column 2]
(-1,.*[24680])
    [row 1, even column]
(5,5)
    [row 5, column 5]
</wwwtable>
</body>
</html>