-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat: allows braces on citekey #151
base: master
Are you sure you want to change the base?
Conversation
Travis not running tests? Shall we move it to Github Actions? |
I was thinking to only change the lexer pattern for the parser to accept braces; we shouldn't strip them off the key, because it would be unexpected for the parser to alter the contents (this would have to go into some kind of optional filter, e.g., Yes, I think we're still configured for travis-ci.org which has been suspended and moving to Github Actions would be desirable. I'll open an issue for it. |
ok! I'll help with CI first |
5a3c5f1
to
074da38
Compare
@inukshuk you can see the failing tests. Any idea of why including the braces in the regex pattern is breaking those tests? |
Hm, for some reason adding the braces seems to make the key pattern match even beyond the final comma -- it's not obvious on a quick glance why that would happen. I'll have to take a closer look. |
@inukshuk worth pursuing this issue? |
Sure. Maybe it's just that the pattern is thrown off because the |
- do not remove braces - fixes test helper
074da38
to
caf2253
Compare
I tried that but still one test that fails |
No description provided.