Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

query about test in metadata section in syntax_test_clojure.cljc #4

Open
sogaiu opened this issue Sep 2, 2020 · 2 comments
Open

query about test in metadata section in syntax_test_clojure.cljc #4

sogaiu opened this issue Sep 2, 2020 · 2 comments
Labels

Comments

@sogaiu
Copy link

sogaiu commented Sep 2, 2020

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.

@tonsky
Copy link
Owner

tonsky commented Sep 2, 2020

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

@sogaiu
Copy link
Author

sogaiu commented Sep 2, 2020

Thanks!

@tonsky tonsky added the Syntax label Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants