aboutsummaryrefslogtreecommitdiff
path: root/guidelines/ASM/test-8.5.html
blob: 66c6d1489f3f31ef94b4100511ed435c3a820bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
  <head>
    <title>Test asm 8.5</title>
  </head>
  <body>

  <p>
  Hello World!
  </p>

  <table>
    <tbody>
    <tr><td>123</td><td>bob -123.0</td></tr>
    <tr><td>.445</td><td>-0452 foo</td></tr>
    <tr><td>27818.</td><td>my age is 6.</td></tr>
    <tr><td>27818</td><td>my age is 7</td></tr>
    </tbody>
  </table>

  <p>-.3333333</p>

  <p>00123</p>

</body></html>