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 for functions breaks parsing of fixture data #7

Open
huanvu opened this issue Nov 29, 2016 · 1 comment
Open

Support for functions breaks parsing of fixture data #7

huanvu opened this issue Nov 29, 2016 · 1 comment
Labels

Comments

@huanvu
Copy link

huanvu commented Nov 29, 2016

executeFunctions in fixtures-loader won't work right for values such as "123,234". After going through eval, "123,234" comes out as "123"

Model:
   model_test:
      key: "123,234"
@sghribi
Copy link
Owner

sghribi commented Mar 27, 2017

Hi @huanvu

Thanks for your feedback.

For now as a quick fix, I suggest using "'123,234'" notation instead of "123,234"

@sghribi sghribi added the bug label Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants