Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 74fe17b

Browse files
apsdehalarschmitz
authored andcommitted
Individual: html lint free tests
1 parent a99f401 commit 74fe17b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tests/unit/individual-modules/rangeslider-tests.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<div id="qunit"></div>
2222

2323
<form class="ui-body-a" id="plain">
24-
<input type="range"></input>
25-
<input type="range"></input>
24+
<input type="range">
25+
<input type="range">
2626
</form>
2727
</body>
2828
</html>

tests/unit/individual-modules/slider-tests.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div id="qunit"></div>
2222

2323
<form class="ui-body-a">
24-
<input type="range" id="plain"></input>
24+
<input type="range" id="plain">
2525
</form>
2626
</body>
2727
</html>

tests/unit/individual-modules/textinput-tests.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<div id="qunit"></div>
2222

2323
<form class="ui-body-a">
24-
<input type="text" id="plain-text"></input>
25-
<input type="text" data-nstest-type="search" id="search-text" data-nstest-clear-button="true"></input>
24+
<input type="text" id="plain-text">
25+
<input type="text" data-nstest-type="search" id="search-text" data-nstest-clear-button="true">
2626
<textarea id="textarea"></textarea>
2727
</form>
2828
</body>

0 commit comments

Comments
 (0)