]> iEval git - html-element-library.git/blobdiff - t/html/dual_iter.exp
Refactor tests (first pass)
[html-element-library.git] / t / html / dual_iter.exp
index 64c6c8f23472114db888189839f8a99826f76b24..c2e9d4489601c1f2d16869dbd196dd8a926bfa0c 100644 (file)
@@ -1,15 +1,10 @@
-<html>
-  <head></head>
-  <body>
-    <dl class="dual_iter" id="service_plan">
-      <dt class="adstyle">the pros</dt>
-      <dd class="adstyle2">never have to worry about service again</dd>
-      <dt class="adstyle">the cons</dt>
-      <dd class="adstyle2">upfront extra charge on purchase</dd>
-      <dt class="adstyle">our choice</dt>
-      <dd class="adstyle2">go with the extended service plan</dd>
-      <dt class="adstyle">sample header</dt>
-      <dd class="adstyle2">sample data</dd>
-    </dl>
-  </body>
-</html>
+<dl class="dual_iter" id="service_plan">
+  <dt class="adstyle">the pros</dt>
+  <dd class="adstyle2">never have to worry about service again</dd>
+  <dt class="adstyle">the cons</dt>
+  <dd class="adstyle2">upfront extra charge on purchase</dd>
+  <dt class="adstyle">our choice</dt>
+  <dd class="adstyle2">go with the extended service plan</dd>
+  <dt class="adstyle">sample header</dt>
+  <dd class="adstyle2">sample data</dd>
+</dl>
This page took 0.021564 seconds and 4 git commands to generate.