Closed howard-e closed 3 months ago
Thank you @howard-e That error confused me a few times.
May want to update https://github.com/w3c/aria-at/blob/master/.gitattributes to opt everything into eol=lf
@IsaDC said:
Thank you @howard-e That error confused me a few times.
No problem! I also confirmed that this won't create a new version in the app because the test content hasn't actually changed so if all is well to you here, feel free to merge!
May want to update https://github.com/w3c/aria-at/blob/master/.gitattributes to opt everything into
eol=lf
@nschonni certainly could expand to include *.csv
. Although the relation between eol
and u+feff
in this file is lost on me here. Is there?
You're right, it looks like there isn't anything native to git that will clean out the BOM. The encoding
is set in .editorconfig
, but I'm not sure how that would be enforced
Preview Tests
An error message was being thrown when running
npm run build
which read:Found this to be coming from
tests/menu-button-actions-active-descendant/data/tests.csv
andtests/menu-button-actions-active-descendant/data/assertions.csv
. This PR updates the message to add more detail and to remove the invisible character from both files:Seems this was introduced in #1092.