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.
print-idrefs-test
1 parent 9a439fc commit 235ff56Copy full SHA for 235ff56
test/clj/cider/nrepl/print_method_test.clj
@@ -26,6 +26,7 @@
26
(Thread/sleep 300)
27
@d
28
(deliver p 1)
29
+ @f
30
(are [o r] (re-find r (pr-str o))
31
f #"#future\[\{:status :ready, :val 1\} 0x[a-z0-9]+\]"
32
d #"#delay\[\{:status :ready, :val 1\} 0x[a-z0-9]+\]"
0 commit comments