Changeset 1987
- Timestamp:
- Oct 6, 2004, 12:51:52 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/test.config (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/test.config
r1972 r1987 7 7 # author Ross Harman, MHPCC 8 8 # 9 # version $Revision: 1. 1$ $Name: not supported by cvs2svn $10 # date $Date: 2004-10-06 01:08:17$9 # version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 # date $Date: 2004-10-06 22:51:52 $ 11 11 # 12 12 # Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 47 47 ########## Test 6 ########## 48 48 # The line below consists of a variable name, type, and value, but without a trailing comment. It should be read by the parser. 49 altitude S32 10000 49 altitude S32 10000 50 50 # 51 51 # … … 53 53 ########## Test 7 ########## 54 54 # The lines below contain variations in name, type, value, trailing comment, and whitespace. They should all be read by the parser. 55 time F32 1234.5678 55 time F32 1234.5678 56 56 myBool BOOL F # F, f, 0, T, t, 1 are also acceptable 57 57 title1 STR Hello world #This is a comment for the string value 58 title2 STRING Good bye world # STRING or STR may be used as the string type 58 title2 STRING Good bye world # STRING or STR may be used as the string type 59 59 # 60 60 # … … 117 117 # 118 118 ########## Test 16 ########## 119 # The line below contains a ~ character used for special processing. It should produce an error. 120 range F64 140.0 ~ 121 # 122 # 123 # 124 ########## Test 17 ########## 119 125 # The variable name below is repeated. It should produce an error if the overwrite function argument is set to false. 120 126 # If overwrite is true, then the last name and value will be stored and there will be no error.
Note:
See TracChangeset
for help on using the changeset viewer.
