Index: tests/.expect/io1.txt
===================================================================
--- tests/.expect/io1.txt	(revision 1b54b546cdf37dfca5d5394c48e5b771b65bd433)
+++ tests/.expect/io1.txt	(revision 17a1b2182301e39b5769acd3251de92e8c34df40)
@@ -1,6 +1,6 @@
 9 6 28 0 7 1 2
-1 2 3
-123
-123
+0 1 2 3
+0123
+0123
 
 opening delimiters
Index: tests/io1.cfa
===================================================================
--- tests/io1.cfa	(revision 1b54b546cdf37dfca5d5394c48e5b771b65bd433)
+++ tests/io1.cfa	(revision 17a1b2182301e39b5769acd3251de92e8c34df40)
@@ -10,6 +10,6 @@
 // Created On       : Wed Mar  2 16:56:02 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Dec 21 16:02:55 2018
-// Update Count     : 114
+// Last Modified On : Mon Mar  4 21:42:47 2019
+// Update Count     : 115
 //
 
@@ -19,7 +19,7 @@
 	int x = 3, y = 5, z = 7;
 	sout | x * 3 | y + 1 | z << 2 | x == y | (x | y) | (x || y) | (x > z ? 1 : 2);
-	sout | 1 | 2 | 3;
-	sout | '1' | '2' | '3';
-	sout | 1 | "" | 2 | "" | 3;
+	sout | 0 | 1 | 2 | 3;
+	sout | '0' | '1' | '2' | '3';
+	sout | 0 | "" | 1 | "" | 2 | "" | 3;
 	sout | nl;
 
