Index: src/tests/io.c
===================================================================
--- src/tests/io.c	(revision cb811ac113953880ed3864498f0a4d0b46e2be48)
+++ src/tests/io.c	(revision 7bc4e6bfac3fb788dc7964c508880c9d8c802484)
@@ -10,6 +10,6 @@
 // Created On       : Wed Mar  2 16:56:02 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Jul  6 23:26:12 2017
-// Update Count     : 78
+// Last Modified On : Wed Aug 23 21:27:50 2017
+// Update Count     : 79
 // 
 
@@ -89,8 +89,8 @@
 
 	sout | "input bacis types" | endl;
-	&in | &c											// character
-		| &si | &usi | &i | &ui | &li | &uli | &lli | &ulli	// integral
-		| &f | &d | &ld									// floating point
-		| &fc | &dc | &ldc								// floating-point complex
+	&in | c												// character
+		| si | usi | i | ui | li | uli | lli | ulli		// integral
+		| f | d | ld									// floating point
+		| fc | dc | ldc									// floating-point complex
 		| cstr( s1 ) | cstr( s2, size );				// C string, length unchecked and checked
 	sout | endl;
Index: src/tests/rational.c
===================================================================
--- src/tests/rational.c	(revision cb811ac113953880ed3864498f0a4d0b46e2be48)
+++ src/tests/rational.c	(revision 7bc4e6bfac3fb788dc7964c508880c9d8c802484)
@@ -10,6 +10,6 @@
 // Created On       : Mon Mar 28 08:43:12 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed May 17 15:46:35 2017
-// Update Count     : 65
+// Last Modified On : Wed Aug 23 21:40:11 2017
+// Update Count     : 66
 //
 
@@ -92,5 +92,5 @@
 	sout | x | endl;
 
-	sin | &a | &b;
+	sin | a | b;
 	sout | a | b | endl;
 } // main
Index: src/tests/vector/vector_test.c
===================================================================
--- src/tests/vector/vector_test.c	(revision cb811ac113953880ed3864498f0a4d0b46e2be48)
+++ src/tests/vector/vector_test.c	(revision 7bc4e6bfac3fb788dc7964c508880c9d8c802484)
@@ -9,7 +9,7 @@
 // Author           : Richard C. Bilson
 // Created On       : Wed May 27 17:56:53 2015
-// Last Modified By : Rob Schluntz
-// Last Modified On : Wed Apr 27 17:31:27 2016
-// Update Count     : 18
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Thu Aug 24 08:15:38 2017
+// Update Count     : 19
 //
 
@@ -27,5 +27,5 @@
 	sout | "enter N elements and C-d on a separate line:" | endl;
 	for ( ;; ) {
-		sin | &num;
+		sin | num;
 	  if ( fail( sin ) || eof( sin ) ) break;
 		append( &vec, num );
