-
Notifications
You must be signed in to change notification settings - Fork 5
/
testdata.html
78 lines (73 loc) · 2.87 KB
/
testdata.html
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
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="EN">
<title>R. S. Doiel, Software Engineer/Analyst - testdata</title>
<link rel="stylesheet" type="text/css" href="/printfonts/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="/webfonts/fonts.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/site.css" media="screen" />
<link title="RSS feed for rsdoiel's blog" rel="alternate" type="application/rss+xml" href="https://rsdoiel.github.io/rss.xml" />
<link title="markdown source for page" rel="alternative" type="application/markdown" href="testdata.md">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="./">README</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="about.html">About</a></li>
<li><a href="INSTALL.html">Install</a></li>
<li><a href="https://github.com/rsdoiel/scripttool">GitHub</a></li>
</ul>
</nav>
<section>
<!-- <h1>testdata</h1> -->
<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>
<footer>
</footer>
</body>
</html>