1 
     2 = VViki Testing 1
     
3 
     4 Welcome to the first test document for VViki. The current filename should be
     
5 `test/current_doc.adoc` and it has been created by the test script.
     
6 
     7 Another script (`test/current_script.vim`) has already run, setting the wiki
     
8 test environment for this particular test. In this case, we're just going with
     
9 the defaults, so there's not much going on in the setup:
    
10 
    11 ----
    
12 Test Script Start
    
13 echo "Hello! Test 1 uses defaults, so there's nothing to set."
    
14 Test Script End
    
15 ----
    
16 
    17 == Test basic linking
    
18 
    19 Make sure this link looks like `Foo` with cursor off and `link:foo[Foo]` with
    
20 cursor over it. Hitting Enter should take you to the Foo page!
    
21 
    22 link:foo[Foo]
    
23