Add coverage, get to near 100
[sheep] / resources / success1.md
index 3c4b4f833c800e8857609690b098cb77603a588b..c8f6882539f4b53847f896fc653611ae6c39136e 100644 (file)
@@ -7,6 +7,7 @@ This is should all get pulled in and the markdown.md should be equal to success1
 ## Contents
 
 * **variable [\*special\-variable\*](#variable-special-variable)** - It is special, and a boolean.
 ## Contents
 
 * **variable [\*special\-variable\*](#variable-special-variable)** - It is special, and a boolean.
+* **variable [\*special\-variable\-2\*](#variable-special-variable-2)** - It is special, and a boolean.
 * **function [func-that-does-stuff](#function-func-that-does-stuff)** - _func-that-does-stuff_ runs all the things against a file and returns as soon as the first func error is found.
 * **function [has-keywords](#function-has-keywords)** - _has-keywords_ runs all the things against a file and returns as soon as the first func error is found.
 * **function [has-no-examples](#function-has-no-examples)** - _has-no-examples_ runs all the things against a file and returns as soon as the first func error is found.
 * **function [func-that-does-stuff](#function-func-that-does-stuff)** - _func-that-does-stuff_ runs all the things against a file and returns as soon as the first func error is found.
 * **function [has-keywords](#function-has-keywords)** - _has-keywords_ runs all the things against a file and returns as soon as the first func error is found.
 * **function [has-no-examples](#function-has-no-examples)** - _has-no-examples_ runs all the things against a file and returns as soon as the first func error is found.
@@ -16,6 +17,7 @@ This is should all get pulled in and the markdown.md should be equal to success1
 * **function [noargs](#function-noargs)** - _noargs_ runs all the things against a file and returns as soon as the first func error is found.
 * **function [result-list](#function-result-list)** - _result-list_ runs all the things against a file and returns as soon as the first func error is found.
 * **condition [test-condition](#condition-test-condition)** - Simple documentation.
 * **function [noargs](#function-noargs)** - _noargs_ runs all the things against a file and returns as soon as the first func error is found.
 * **function [result-list](#function-result-list)** - _result-list_ runs all the things against a file and returns as soon as the first func error is found.
 * **condition [test-condition](#condition-test-condition)** - Simple documentation.
+* **structure [test-struct](#struct-test-struct)** - Simple documentation.
 * **function [values-result](#function-values-result)** - _values-result_ runs all the things against a file and returns as soon as the first func error is found.
 
 ## Variable \*SPECIAL\-VARIABLE\*
 * **function [values-result](#function-values-result)** - _values-result_ runs all the things against a file and returns as soon as the first func error is found.
 
 ## Variable \*SPECIAL\-VARIABLE\*
@@ -34,10 +36,26 @@ It is special, and a boolean.
 
 When true, it satisfies if coniditions.  When NIL, it does not. That may make it seem like it's not very special, but it is.
 
 
 When true, it satisfies if coniditions.  When NIL, it does not. That may make it seem like it's not very special, but it is.
 
+But sometimes it needs to reference itself: _*special-variable*_
+
 #### Examples:
 
 ```(let ((*special-variable* t)) (go))``` => ```'let-it-go```  
 
 #### Examples:
 
 ```(let ((*special-variable* t)) (go))``` => ```'let-it-go```  
 
+## Variable \*SPECIAL\-VARIABLE\-2\*
+
+#### Value Type:
+
+a generalized boolean
+
+#### Initial Value:
+
+NIL
+
+#### Description:
+
+It is special, and a boolean.
+
 ## Function **FUNC-THAT-DOES-STUFF**
 
 #### Syntax:
 ## Function **FUNC-THAT-DOES-STUFF**
 
 #### Syntax:
@@ -214,6 +232,12 @@ Simple documentation.
 
 For a simple condition.
 
 
 For a simple condition.
 
+## Struct TEST-STRUCT
+
+Simple documentation.
+
+For a simple structure.  But this structure may go to two lines for this part of it.
+
 ## Function **VALUES-RESULT**
 
 #### Syntax:
 ## Function **VALUES-RESULT**
 
 #### Syntax: