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

allow more arbitrary nesting of indexed attributes #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

s2maki
Copy link
Contributor

@s2maki s2maki commented Jun 14, 2016

e.g.,
#1.#2[0].#3
which can now be created with
attr(attr("a","b")[0],"c")

e.g.,
  #1.#2[0].#3
which can now be created with
  attr(attr("a","b")[0],"c")
@codecov-io
Copy link

Current coverage is 90.55%

No coverage report found for master at fc1911f.

Powered by Codecov. Last updated by fc1911f...09bcea4

@s2maki s2maki changed the title Allow more arbitrary nesting of indexed attributes. allow more arbitrary nesting of indexed attributes Jun 14, 2016
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.

2 participants