Clojure-Sublimed icon indicating copy to clipboard operation
Clojure-Sublimed copied to clipboard

query about test in metadata section in syntax_test_clojure.cljc

Open sogaiu opened this issue 5 years ago • 2 comments

Currently I see:

  ^123 x  ^[:dynamic true] x

at: https://github.com/tonsky/sublime-clojure/blob/master/syntax_test_clojure.cljc#L97

Are these supposed to pass?

Specifically, the constructs:

^123 x

and

^[:dynamic true] x

don't seem syntactically valid.

sogaiu avatar Sep 02 '20 10:09 sogaiu

I think this test tests that those constructs are not highlighted as metadata. Ideally they should’ve been errors, of course.

tonsky avatar Sep 02 '20 15:09 tonsky

Thanks!

sogaiu avatar Sep 02 '20 23:09 sogaiu