Problem/Motivation
In the test data function providerTestCleanCssIdentifier in core/tests/Drupal/Tests/Component/Utility/HtmlTest.php
the comment on line 70:
"Verify that invalid characters (including non-breaking space) are stripped from the identifier."
references line 71 when it should reference line 73.
The comment on line 72:
"Verify that double underscores are not stripped from the identifier."
references line 73 when it should reference line 71.
Proposed resolution
Switch the two comments so they reference the correct lines.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | xjm-post.png | 7.94 KB | Anonymous (not verified) |
| #2 | 2917915-2.patch | 1.01 KB | pcate |
Comments
Comment #2
pcate commentedComment #3
chiranjeeb2410 commented@PCate,
Patch resolves the issue. RTBC good to go.
Comment #6
Anonymous (not verified) commented