We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190f3fa commit a62747dCopy full SHA for a62747d
src/test/cljs/data_readers_test/records.cljc
@@ -0,0 +1,6 @@
1
+(ns data-readers-test.records
2
+ #?(:cljs (:require-macros [data-readers-test.records])))
3
+
4
+(defrecord Foo [a b])
5
6
+(assert (= (Foo. 1 2) #data_readers_test.records.Foo{:a 1 :b 2}))
0 commit comments