aboutsummaryrefslogtreecommitdiff
path: root/guidelines/ASM/test-8.5.html
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2013-10-25 16:53:11 -0700
committerGravatar Benjamin Jones <bjones@galois.com>2013-10-25 16:53:11 -0700
commitdd5cfc60bb8fdc8cea4335c8a24937afbd65c090 (patch)
tree7b840157c69c5040475b06cce07f8d1fd9cc2b54 /guidelines/ASM/test-8.5.html
parent860bdc583ef67c63380a001280f4600b4a8504cb (diff)
ASM guideline 8.5 and test files
Diffstat (limited to 'guidelines/ASM/test-8.5.html')
-rw-r--r--guidelines/ASM/test-8.5.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/guidelines/ASM/test-8.5.html b/guidelines/ASM/test-8.5.html
new file mode 100644
index 0000000..66c6d14
--- /dev/null
+++ b/guidelines/ASM/test-8.5.html
@@ -0,0 +1,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>