Fork me on GitHub
#inf-clojure
<
2022-06-04
>
Jason03:06:21

(it "computes no bounds for point directly after a break expression"
    (ict-with-assess-buffers
     ((a (insert "@")))
     (with-current-buffer a
       (expect
        (ict-bounds-string (inf-clojure-completion-bounds-of-expr-at-point))
        :not :to-be nil))))
I saw this test fails on CI, what's it supposed to do? I don't understand why it shouldn't return nil

dpsutton04:06:10

honestly i'm not sure. Is that the test that fails on emacs master and not 26?

Jason04:06:39

also not 27