We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It appears that whenever a number followed by an x happens to occur in fixture strings, an Invalid token error is generated. For example:
x
Invalid token
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.
Invalid token "test 5x test" found.
5
This is likely related to #601.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It appears that whenever a number followed by an
x
happens to occur in fixture strings, anInvalid token
error is generated. For example:This generates
Invalid token "test 5x test" found.
. If you place a space between the5
and thex
, this works just fine.This is likely related to #601.
The text was updated successfully, but these errors were encountered: