Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Simplify test file names
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Nov 5, 2017
1 parent fb46f09 commit 5f8bc4c
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion experimental/tests/es-proposed.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
<script src="../../es2016.js"></script>
<script src="../es-proposed.js"></script>

<script src="es-proposed_tests.js"></script>
<script src="es-proposed.js"></script>
File renamed without changes.
6 changes: 3 additions & 3 deletions tests/dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<div id="customev"></div>

<script type="text/javascript" src="../es5.js"></script>
<script type="text/javascript" src="../dom.js"></script>
<script src="../es5.js"></script>
<script src="../dom.js"></script>

<script type="text/javascript" src="dom_tests.js"></script>
<script src="dom.js"></script>
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/es2016.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
<script src="../es6.js"></script>
<script src="../es2016.js"></script>

<script src="es2016_tests.js"></script>
<script src="es2016.js"></script>
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/es2017.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
<script src="../es2016.js"></script>
<script src="../es2017.js"></script>

<script src="es2017_tests.js"></script>
<script src="es2017.js"></script>
File renamed without changes.
3 changes: 2 additions & 1 deletion tests/es5.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@

<script src="https://cdnjs.cloudflare.com/ajax/libs/json2/20160511/json2.min.js"></script>
<script src="../es5.js"></script>
<script src="es5_tests.js"></script>

<script src="es5.js"></script>
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/es6.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
<script src="../typedarray.js"></script>
<script src="../es6.js"></script>

<script src="es6_tests.js"></script>
<script src="es6.js"></script>
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/fetch.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
<script src="../url.js"></script>
<script src="../fetch.js"></script>

<script src="fetch_tests.js"></script>
<script src="fetch.js"></script>
File renamed without changes.
6 changes: 3 additions & 3 deletions tests/html.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

</div>

<script type="text/javascript" src="../es5.js"></script>
<script type="text/javascript" src="../html.js"></script>
<script src="../es5.js"></script>
<script src="../html.js"></script>

<script type="text/javascript" src="html_tests.js"></script>
<script src="html.js"></script>
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<div id="qunit"></div>
<div id="qunit-fixture"></div>

<script type="text/javascript" src="../js.js"></script>
<script src="../js.js"></script>

<script type="text/javascript" src="js_tests.js"></script>
<script src="js.js"></script>
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/typedarray.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
</script>
<script src="../typedarray.js"></script>

<script src="typedarray_tests.js"></script>
<script src="typedarray.js"></script>
File renamed without changes.
9 changes: 5 additions & 4 deletions tests/url.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<div id="qunit"></div>
<div id="qunit-fixture"></div>

<script type="text/javascript" src="../es5.js"></script>
<script type="text/javascript" src="../es6.js"></script>
<script type="text/javascript" src="../url.js"></script>
<script type="text/javascript" src="url_tests.js"></script>
<script src="../es5.js"></script>
<script src="../es6.js"></script>
<script src="../url.js"></script>

<script src="url.js"></script>
File renamed without changes.
6 changes: 3 additions & 3 deletions tests/xhr.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div id="qunit"></div>
<div id="qunit-fixture"></div>

<script type="text/javascript" src="../es5.js"></script>
<script type="text/javascript" src="../xhr.js"></script>
<script src="../es5.js"></script>
<script src="../xhr.js"></script>

<script type="text/javascript" src="xhr_tests.js"></script>
<script src="xhr.js"></script>
File renamed without changes.

0 comments on commit 5f8bc4c

Please sign in to comment.