summaryrefslogtreecommitdiff
path: root/test/dompa/round_trip_test.cljc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dompa/round_trip_test.cljc')
-rw-r--r--test/dompa/round_trip_test.cljc14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/dompa/round_trip_test.cljc b/test/dompa/round_trip_test.cljc
deleted file mode 100644
index 9413988..0000000
--- a/test/dompa/round_trip_test.cljc
+++ /dev/null
@@ -1,14 +0,0 @@
-(ns dompa.round-trip-test
- #?(:clj (:require [clojure.test :refer [deftest is testing]]
- [dompa.nodes :as nodes]
- [dompa.html :as html]))
- #?(:cljs (:require [cljs.test :refer-macros [deftest testing is]]
- [dompa.nodes :as nodes]
- [dompa.html :as html])))
-
-(deftest round-trip-test
- (testing "michiel borkent website"
- (let [input-html (slurp "test/dompa/html/michiel_borkent.html")
- nodes (html/->nodes input-html)
- output-html (nodes/->html nodes)]
- (is (= input-html output-html))))) \ No newline at end of file