Replies: 1 comment 20 replies
-
Hey @xC0dex, pretty certain a recent PR introduced that behavior (namely: #899). To be honest I have to dig a bit deeper. |
Beta Was this translation helpful? Give feedback.
20 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
currently, I'm facing an issue where some component tests fail after the bUnit update to version 1.12.6.
I'm serializing an object into a string and put the value into a custom attribute of an HTML tag, and then test the component to see if the serialized value is in that specific attribute.
Source code of the component:
Source code of the test:
The rendered result (in the browser and in bUnit) looks like this:
As you can see, the GitHub Syntax highlighting is also confused. This test works fine with version 1.11.7.
I created a simple project to showcase the problem. Simply switch the version of bUnit.
Maybe this issue is not bUnit related. Do you have any idea how to solve this problem, anyway?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions