Update dependencies and fix failing tests
This commit is contained in:
parent
33ae978204
commit
1b54040540
|
@ -1,15 +1,15 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Test Page</title>
|
<title>Test Page</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Hello</h1>
|
<h1>Hello</h1>
|
||||||
<p>
|
<p>
|
||||||
World!
|
World!
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -1,15 +1,15 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Test Page</title>
|
<title>Test Page</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Hello</h1>
|
<h1>Hello</h1>
|
||||||
<p>
|
<p>
|
||||||
World!
|
World!
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -1,14 +1,13 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
<head>
|
<title>Test</title>
|
||||||
<title>Test</title>
|
</head>
|
||||||
</head>
|
<body>
|
||||||
|
<ul>
|
||||||
<body>
|
<li>
|
||||||
<ul>
|
<code>foo:bar</code>
|
||||||
<li><code>foo:bar</code></li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</html>
|
||||||
</html>
|
|
|
@ -1,18 +1,18 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>My Webpage</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<ul id="navigation">
|
||||||
|
{% for item in navigation %}
|
||||||
|
<li>
|
||||||
|
<a href="{{ item.href }}">{{ item.caption }}</a>
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
|
||||||
<head>
|
<h1>My Webpage</h1>
|
||||||
<title>My Webpage</title>
|
{{ a_variable }}
|
||||||
</head>
|
</body>
|
||||||
|
|
||||||
<body>
|
|
||||||
<ul id="navigation">
|
|
||||||
{% for item in navigation %}
|
|
||||||
<li><a href="{{ item.href }}">{{ item.caption }}</a></li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h1>My Webpage</h1> {{ a_variable }}
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -1,15 +1,15 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Test Page</title>
|
<title>Test Page</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Hello</h1>
|
<h1>Hello</h1>
|
||||||
<p>
|
<p>
|
||||||
World!
|
World!
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -94,7 +94,7 @@
|
||||||
"loophole": "^1.0.0",
|
"loophole": "^1.0.0",
|
||||||
"node-dir": "^0.1.8",
|
"node-dir": "^0.1.8",
|
||||||
"node-uuid": "^1.4.3",
|
"node-uuid": "^1.4.3",
|
||||||
"prettydiff": "^1.16.8",
|
"prettydiff": "^1.16.17",
|
||||||
"remark": "^3.2.2",
|
"remark": "^3.2.2",
|
||||||
"season": "^5.3.0",
|
"season": "^5.3.0",
|
||||||
"space-pen": "^5.1.1",
|
"space-pen": "^5.1.1",
|
||||||
|
|
Loading…
Reference in New Issue