Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 5fafaab

Browse files
committed
This adds files to _static for use with astropy tests
1 parent 4de0f6f commit 5fafaab

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

_static/test.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>Astropy test page</title>
4+
</head>
5+
<body>
6+
This is an astropy download test page.
7+
8+
The data downloader tests use this to ensure they are working correctly.
9+
</body>
10+
</html>

_static/test_encoding.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<head>
3+
<meta charset="ISO-8859-1">
4+
<title>Astropy test page</title>
5+
</head>
6+
<body>
7+
This is an astropy download test page.
8+
9+
This file has some text in Latin1/ISO-8859-1 encoding that is incompatible with both ASCII and UTF-8: aüb
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)