]> git.scottworley.com Git - paperdoorknob/blobdiff - testdata/this-is-glowfic.html
Move HTML test data out to separate file
[paperdoorknob] / testdata / this-is-glowfic.html
diff --git a/testdata/this-is-glowfic.html b/testdata/this-is-glowfic.html
new file mode 100644 (file)
index 0000000..22c7a37
--- /dev/null
@@ -0,0 +1,19 @@
+<html>
+  <body>
+    <div class="post-container post-post">
+      <div class="post-edit-box">We don't want edit boxes</div>
+      This is glowfic
+      <div class="post-footer">We don't want footers</div>
+    </div>
+    <div class="flat-post-replies">
+      <div class="post-container post-reply">
+        <div class="post-edit-box">We don't want edit boxes</div>
+        You <em>sure</em>?
+        <div class="post-footer">We don't want footers</div>
+      </div>
+      <div class="post-container post-reply">
+        Pretty sure.
+      </div>
+    </div>
+  </body>
+</html>