Index: /trunk/psLib/test/astronomy/test.config
===================================================================
--- /trunk/psLib/test/astronomy/test.config	(revision 1986)
+++ /trunk/psLib/test/astronomy/test.config	(revision 1987)
@@ -7,6 +7,6 @@
 #  author  Ross Harman, MHPCC
 #
-#  version $Revision: 1.1 $  $Name: not supported by cvs2svn $
-#  date  $Date: 2004-10-06 01:08:17 $
+#  version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+#  date  $Date: 2004-10-06 22:51:52 $
 #
 #  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -47,5 +47,5 @@
 ########## Test 6 ##########
 # The line below consists of a variable name, type, and value, but without a trailing comment. It should be read by the parser.
-altitude          S32         10000
+altitude          S32         10000   
 #
 #
@@ -53,8 +53,8 @@
 ########## Test 7 ##########
 # The lines below contain variations in name, type, value, trailing comment, and whitespace. They should all be read by the parser.
-   time F32 1234.5678
+   time F32 1234.5678 
  myBool     BOOL            F           # F, f, 0, T, t, 1 are also acceptable
 title1  STR   Hello world #This is a comment for the string value
-    title2  STRING   Good bye world   #    STRING or STR may be used as the string type
+    title2  STRING   Good bye world   #    STRING or STR may be used as the string type 
 #
 #
@@ -117,4 +117,10 @@
 #
 ########## Test 16 ##########
+# The line below contains a ~ character used for special processing. It should produce an error.
+range     F64     140.0 ~             
+#
+#
+#
+########## Test 17 ##########
 # The variable name below is repeated. It should produce an error if the overwrite function argument is set to false.
 # If overwrite is true, then the last name and value will be stored and there will be no error.
