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

Decimal value causing an errant class name #16

Closed
MichaelJosephKramer opened this issue Jun 13, 2013 · 4 comments
Closed

Decimal value causing an errant class name #16

MichaelJosephKramer opened this issue Jun 13, 2013 · 4 comments

Comments

@MichaelJosephKramer
Copy link

When I add a decimal value to an input field, like: affix('input[type="text"][value="4.99"][class="class-name"]') the class name appears as '.99' instead of 'class-name'.

@mutsdagit
Copy link

I just used the latest version of Jasmine (1.2.0) and I still get the same errant behavior when I try to add an email address as an input value like:
affix('input[type="text"][value="username@something.email.com"]
Outputs to:

@searls
Copy link
Owner

searls commented Sep 10, 2014

Hey @mutsdagit -- could you try adding a failing test case and start on a PR?

kchien added a commit to kchien/jasmine-fixture that referenced this issue Nov 14, 2014
@kchien kchien mentioned this issue Nov 14, 2014
searls added a commit that referenced this issue Nov 14, 2014
@kchien
Copy link
Contributor

kchien commented Nov 14, 2014

@searls This issue should be closed since #41 fixed the bug. Thanks!

@searls
Copy link
Owner

searls commented Nov 14, 2014

in future pull requests just put "Resolves #16" in the body of the PR and it'll auto-close when merged.

@searls searls closed this as completed Nov 14, 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

No branches or pull requests

4 participants