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

support attributes that contain [ and ] #7

Closed
searls opened this issue Jul 13, 2012 · 1 comment
Closed

support attributes that contain [ and ] #7

searls opened this issue Jul 13, 2012 · 1 comment

Comments

@searls
Copy link
Owner

searls commented Jul 13, 2012

Right now if an attribute contains a ] character, jasmine-fixture assumes the attribute definition is complete and lops it off.

Example

affix('select[name="date[year]"]')

Will give you this HTML

<select name="date[year"></select>
kchien added a commit to kchien/jasmine-fixture that referenced this issue Aug 5, 2012
searls added a commit that referenced this issue Oct 22, 2013
…kchien-regex_issue

Fixes #7

Conflicts:
	dist/jasmine-fixture.js
	spec/affix-spec.coffee
@searls
Copy link
Owner Author

searls commented Oct 22, 2013

Fixed by #9

@searls searls closed this as completed Oct 22, 2013
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

No branches or pull requests

1 participant