8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Color
Value
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
Currently, the tests test both parsing as well as rendering (in the same test).
We should disentangle this:
This currently also kind of blocks the removal of __toString().
__toString()
The text was updated successfully, but these errors were encountered:
[TASK] Extract value parsing functional tests (part 1)
135725e
In the tests, we should test parsing and rendering separately as this makes debugging test failures a lot easier. Part of #1057
[TASK] Extract value parsing functional tests (part 1) (#1084)
2c3fe72
[TASK] Avoid the deprecated __toString() in tests
0680620
Moving some tests to functional tests and splitting them up will come in later changes for #1057.
[TASK] Avoid the deprecated __toString() in tests (#1180)
f9609c4
oliverklee
No branches or pull requests
Currently, the tests test both parsing as well as rendering (in the same test).
We should disentangle this:
This currently also kind of blocks the removal of
__toString()
.The text was updated successfully, but these errors were encountered: