-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
Support Safari on Mac and iOS #2196
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
It doesn't work anyway.
Should behave the same in this context, as both are zero length.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
6ed3db3
to
e39d530
Compare
@@ -231,10 +231,17 @@ | |||
(utils/parses-to sut/inline-parser->ast | |||
|
|||
;; Any ASCII punctuation character may be backslash-escaped | |||
;; NOTE: not working in JS environment same as in JVM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@neotyk would like your input on specialcasing this test. There's another test (a latex one) that is specialcased for cljs too.
I think this isn't a big issue because the hashtag tests already test that word chars before a hashtag will stop it from being a hashtage.
@@ -1,816 +0,0 @@ | |||
(ns athens.cljs-parser-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we want to get rid of it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rolled it into the test/athens/parser/impl_test.clj -> impl_test.cljc
change, but am not sure if that's the right thing to do. Seemed to be the same tests except for the clj/cljs differences.
Followup from #2096 (comment).
This PR removes lookbehind on regexes, and the check that prevents Safari from loading the app.