baconwaifu / propforth

Automatically exported from code.google.com/p/propforth
0 stars 0 forks source link

tutorial index #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

tutorial/tutorial-3.1 Logic Analyzer.txt

tutorial-3.2 Serial Loopback.txt

tutorial-3.3 MCS Loopback.txt

Lines 52, and 54, also 96, 98, 100 are missing the 
"tutorial/"
Also 110-128 (all of 8.x)

line  146 
should this be %%% instead of %%
Should there be a note that states %%% is used to delimit the end of the 
expected results

line 149 
2. or ~~~ is used when there is a lot of output

should that be 

2. tilde ~~~ is used when there is a lot of output and we're going to not 
include it here to save space

line 159 
3. or === is used when the contents of a file are to be pasted instead of 
typing in text

should it be 

3. equals === is used when the contents of a file are to be pasted instead of 
typing in text

braino is to make a TutorialIndex.html noting
+++   - delimits start of test name
---   - delimit end of test name 
###   - delimit end of test input line
%%    - delimit end of test output line (one line verified)

+++   - delimit start of test name
---   - delimit end of (automated) test name 
###   - delimit end of test input line
~~~   - delimit "several but not all lines verified"

+++   - delimits start of test name
===   - delimit end of (manual) test name 
$$$   - delimit end of (manual) test input line
%%%   - delimit "end of test", developer must evaluate output

Original issue reported on code.google.com by prof.bra...@gmail.com on 1 Feb 2012 at 6:18

GoogleCodeExporter commented 8 years ago
all changes accepted
how about this for the summary

Summary:

+++   - delimits start of test name
---   - delimit end of test name 
###   - delimit end of test input line
%%%   - delimit end of test output

+++   - delimit start of test name
---   - delimit end of test name 
###   - delimit end of test input line
~~~   - delimit "several but not all lines verified"

+++   - delimits start of test name
===   - delimit end of test name 
$$$   - delimit end of file name to be pasted
%%%   - delimit "end of test", developer must evaluate output

Original comment by salsa...@gmail.com on 2 Feb 2012 at 8:17

GoogleCodeExporter commented 8 years ago
That would be excellent

Original comment by prof.bra...@gmail.com on 2 Feb 2012 at 10:38

GoogleCodeExporter commented 8 years ago
All updated

Original comment by salsa...@gmail.com on 2 Feb 2012 at 11:54