Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Aug 5, 2015
1 parent 94d82d2 commit f59b03a
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 341 deletions.
1 change: 0 additions & 1 deletion test/expected/css

This file was deleted.

2 changes: 0 additions & 2 deletions test/expected/js

This file was deleted.

3 changes: 0 additions & 3 deletions test/expected/jsmd5

This file was deleted.

1 change: 0 additions & 1 deletion test/fixtures/css

This file was deleted.

1 change: 0 additions & 1 deletion test/fixtures/img

This file was deleted.

2 changes: 0 additions & 2 deletions test/fixtures/js

This file was deleted.

1 change: 1 addition & 0 deletions test/fixtures/js/app.js
@@ -0,0 +1 @@
(function ($) {})(jQuery);
3 changes: 3 additions & 0 deletions test/fixtures/js/script.js
@@ -0,0 +1,3 @@
(function ($) {
console.log($);
})(jQuery);
327 changes: 0 additions & 327 deletions test/fixtures/js_error

This file was deleted.

1 change: 0 additions & 1 deletion test/fixtures/js_with_existing

This file was deleted.

3 changes: 0 additions & 3 deletions test/fixtures/jsmd5

This file was deleted.

11 changes: 11 additions & 0 deletions test/fixtures/md5.expected.html
@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<script src="http://example.com/js/app.js?rel=c248be2105"></script>
<script src="/js/script.js?rel=22727f9e13"></script>
</body>
</html>
11 changes: 11 additions & 0 deletions test/fixtures/query.expected.html
@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<script src="http://example.com/js/app.js?rel=123456"></script>
<script src="/js/script.js?rel=123456"></script>
</body>
</html>
11 changes: 11 additions & 0 deletions test/fixtures/query.html
@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<script src="http://example.com/js/app.js"></script>
<script src="/js/script.js"></script>
</body>
</html>

0 comments on commit f59b03a

Please sign in to comment.