-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtestdata.html
More file actions
65 lines (65 loc) · 2.32 KB
/
testdata.html
File metadata and controls
65 lines (65 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>scripttools</title>
<link rel="stylesheet" href="/css/site.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">README</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">INSTALL</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="about.html">About</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="https://github.com/rsdoiel/scripttool">GitHub</a></li>
</ul>
</nav>
<section>
<h1 id="about-the-test-data">About the test data</h1>
<p>The testing data for scripttool and its sub-packages fountain, fdx
and osf are held in common in this repository’s <em>testdata</em>
directory.</p>
<p>The <a href="https://fountain.io">fountain</a> website has some good
files for reviewing formatting difference between fountain, fdx and PDF.
Some are referenced in the test programs but they are optional. It is
not clear to me the licensing arrangements for the text so I have not
included them in this repository. You can use the <em>bash</em> script
<code>get-optional-testdata.bash</code> to retrieve them from the
fountain.io website.</p>
<p>If you want to include them in the test sequence go to the fountain
website and download them and place them in the <em>testdata</em>
directory. When you run <code>go test</code> they will be found and
included in the basic test process.</p>
<h2 id="optional-test-fdx-files">Optional test FDX files</h2>
<ul>
<li><a href="https://fountain.io/_downloads/Big%20Fish.fountain">Big
Fish</a>
<ul>
<li><a href="https://fountain.io/_downloads/Big%20Fish.fdx">fdx</a></li>
<li><a href="https://fountain.io/_downloads/Big%20Fish.pdf">pdf</a></li>
</ul></li>
<li><a
href="https://fountain.io/_downloads/Brick%20&%20Steel.fountain">Brick
& Steel</a>
<ul>
<li><a
href="https://fountain.io/_downloads/Brick%20&%20Steel.fdx">fdx</a></li>
<li><a
href="https://fountain.io/_downloads/Brick%20&%20Steel.pdf">pdf</a></li>
</ul></li>
<li><a
href="https://fountain.io/_downloads/The%20Last%20Birthday%20Card.fountain">Birthday
Card</a>
<ul>
<li><a
href="https://fountain.io/_downloads/The%20Last%20Birthday%20Card.fdx">fdx</a></li>
<li><a
href="https://fountain.io/_downloads/The%20Last%20Birthday%20Card.pdf">pdf</a></li>
</ul></li>
</ul>
</section>
</body>
</html>