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

Number followed by x in strings is not treated as text but as generator #981

Open
ghost opened this issue Mar 14, 2019 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Mar 14, 2019

It appears that whenever a number followed by an x happens to occur in fixture strings, an Invalid token error is generated. For example:

someFixture:
    someField: 'test 5x test'

This generates Invalid token "test 5x test" found.. If you place a space between the 5 and the x, this works just fine.

This is likely related to #601.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant