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

Fix bugs parsing Chameleon TALES expressions #26

Closed
wants to merge 1 commit into from

Conversation

dokai
Copy link
Contributor

@dokai dokai commented Apr 16, 2014

Previously lingua had problems parsing TALES expressions which contained
either a

  • tal:repeat with a parenthesized expression as the first part
  • prefix (e.g. python:, string:, etc)
  • structure keyword (BBB)
  • multiple expressions separated by a pipe

Previously lingua had problems parsing TALES expressions which contained
either a

 * tal:repeat with a parenthesized expression as the first part
 * prefix (e.g. python:, string:, etc)
 * structure keyword (BBB)
 * multiple expressions separated by a pipe
@wichert
Copy link
Owner

wichert commented May 27, 2014

For some reason I missed this pull request, and in the meantime I've made a few changes which conflict with this :(

Can you update your pull request to fix the conflicts?

@wichert
Copy link
Owner

wichert commented Jun 13, 2014

This is now fully covered by #32, #35, #36 and #37, thanks to @iksteen.

@wichert wichert closed this Jun 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants