mirror of https://github.com/scrapy/scrapy.git
removed old adaptors tests sample data
This commit is contained in:
parent
7428e4cebf
commit
7e12d3d41b
|
|
@ -9,5 +9,6 @@ recursive-include scrapy/tests/sample_data *
|
|||
recursive-include docs *
|
||||
prune docs/build
|
||||
recursive-include scripts *
|
||||
recursive-include examples *
|
||||
recursive-include extras *
|
||||
recursive-include bin *
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Encoding tests</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
<span class="poundent" value="£">£</span>
|
||||
<span class="poundnum" value="£">£</span>
|
||||
<span class="euroent" value="€">€</span>
|
||||
<span class="euronum" value="€">€</span>
|
||||
<span class="blankspace" value=" "> </span>
|
||||
</p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Encoding tests</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
<span class="pound" value="£">£</span>
|
||||
<span class="poundent" value="£">£</span>
|
||||
<span class="poundnum" value="£">£</span>
|
||||
<span class="euro" value="€">€</span>
|
||||
<span class="euroent" value="€">€</span>
|
||||
<span class="euronum" value="€">€</span>
|
||||
</p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Encoding tests</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
<span class="pound" value="£">£</span>
|
||||
<span class="poundent" value="£">£</span>
|
||||
<span class="poundnum" value="£">£</span>
|
||||
<span class="euroent" value="€">€</span>
|
||||
<span class="euronum" value="€">€</span>
|
||||
</p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Encoding tests</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
<span class="pound" value="£">£</span>
|
||||
<span class="poundent" value="£">£</span>
|
||||
<span class="poundnum" value="£">£</span>
|
||||
<span class="euro" value="€">€</span>
|
||||
<span class="euroent" value="€">€</span>
|
||||
<span class="euronum" value="€">€</span>
|
||||
</p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Encoding tests</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
<span class="pound" value="£">£</span>
|
||||
<span class="poundent" value="£">£</span>
|
||||
<span class="poundnum" value="£">£</span>
|
||||
<span class="euro" value="€">€</span>
|
||||
<span class="euroent" value="€">€</span>
|
||||
<span class="euronum" value="€">€</span>
|
||||
</p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" ?>
|
||||
<test_parent>
|
||||
<tag1>test text & &<![CDATA[more test text & >]]>blah&blah</tag1>
|
||||
<tag2>blaheawfds<</tag2>
|
||||
</test_parent>
|
||||
Loading…
Reference in New Issue