1 = Test 1 - Instructions and basic links
2
3 Welcome to the first test document.
4
5 == Test basic linking
6
7 Make sure this link looks like `Foo` and `link:foo[Foo]` depending on whether
8 or not your cursor is on the line. Enter should take you to the Foo page.
9
10 link:foo[Foo] <-- Test this link.
11
12
13 == Test script
14
15 Every test document also has a script which sets up the environment for that
16 particular test. In this case, we're just going with the defaults, so there's
17 not much going on in this one:
18
19 ----
20 Test Script Start
21 echo "Hello! This test uses defaults, so there's nothing to do here."
22 Test Script End
23 ----
24
25
26 == Test controls
27
28 To navigate, use the following keyboard shortcuts:
29
30 `F5` Reloads the test (very useful for debugging)
31 `Right` Load the next test
32 `Left` Load the previous test