fennel-ls/test/test-project/file-with-compile-error.fnl
2022-08-01 13:09:05 -05:00

7 lines
263 B
Fennel

;; this file isn't used in any tests yet
(let [foo true]
(an-unknown-mystery-global)) ;; the global should be an error, but ideally the compiler should keep going
(do do) ;; this should be a compiler error, I don't mind if the compiler can't go past this one