Index: tests/io/.expect/manipulatorsInput.arm64.txt
===================================================================
--- tests/io/.expect/manipulatorsInput.arm64.txt	(revision baa1d5dcfe059fec982d2f0351950afe46056e2a)
+++ tests/io/.expect/manipulatorsInput.arm64.txt	(revision b771581466d3fd3eb79c9efe3dc769f7a91f8e86)
@@ -30,4 +30,9 @@
 22 		ZC44%
 23 		ZC44%
+24 x
+25 x
+26 x
+27 x
+28 x
 1 yyyyyyyyyyyyyyyyyyyy
 2 abcxxx
@@ -55,6 +60,13 @@
 22		ZC44%
 23		ZC44%
+24 x
+25 x
+26 x
+27 x
+28 x
 a
 a
+xxx
+xxx
 -1
 15
Index: tests/io/.expect/manipulatorsInput.x64.txt
===================================================================
--- tests/io/.expect/manipulatorsInput.x64.txt	(revision baa1d5dcfe059fec982d2f0351950afe46056e2a)
+++ tests/io/.expect/manipulatorsInput.x64.txt	(revision b771581466d3fd3eb79c9efe3dc769f7a91f8e86)
@@ -30,4 +30,9 @@
 22 		ZC44%
 23 		ZC44%
+24 x
+25 x
+26 x
+27 x
+28 x
 1 yyyyyyyyyyyyyyyyyyyy
 2 abcxxx
@@ -55,6 +60,13 @@
 22		ZC44%
 23		ZC44%
+24 x
+25 x
+26 x
+27 x
+28 x
 a
 a
+xxx
+xxx
 -1
 15
Index: tests/io/.expect/manipulatorsInput.x86.txt
===================================================================
--- tests/io/.expect/manipulatorsInput.x86.txt	(revision baa1d5dcfe059fec982d2f0351950afe46056e2a)
+++ tests/io/.expect/manipulatorsInput.x86.txt	(revision b771581466d3fd3eb79c9efe3dc769f7a91f8e86)
@@ -30,4 +30,9 @@
 22 		ZC44%
 23 		ZC44%
+24 x
+25 x
+26 x
+27 x
+28 x
 1 yyyyyyyyyyyyyyyyyyyy
 2 abcxxx
@@ -55,6 +60,13 @@
 22		ZC44%
 23		ZC44%
+24 x
+25 x
+26 x
+27 x
+28 x
 a
 a
+xxx
+xxx
 -1
 15
Index: tests/io/manipulatorsInput.cfa
===================================================================
--- tests/io/manipulatorsInput.cfa	(revision baa1d5dcfe059fec982d2f0351950afe46056e2a)
+++ tests/io/manipulatorsInput.cfa	(revision b771581466d3fd3eb79c9efe3dc769f7a91f8e86)
@@ -7,6 +7,6 @@
 // Created On       : Sat Jun  8 17:58:54 2019
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Jan 27 18:47:42 2024
-// Update Count     : 122
+// Last Modified On : Sun Jan 28 11:59:55 2024
+// Update Count     : 133
 // 
 
@@ -125,5 +125,5 @@
 		sin | ignore( incl( "abc", wdi( sizeof(s), 8, s ) ) ); sout | "12" | s;
 		sin | ignore( excl( "abc", wdi( sizeof(s), 8, s ) ) ); sout | "13" | s;
-		sin | "\n";
+		sin | nl;
 
 		s[0] = 'q'; s[1] = '\0';
@@ -148,5 +148,5 @@
 		sin | quoted( ch, 'X', 'Y' );					sout | "27 " | ch;
 		sin | ignore( quoted( ch, 'X', 'Y' ) );			sout | "28 " | ch;
-		sin | "\n";
+		sin | nl;
 	}
 	// Keep harmonized with collections/string-istream-manip
@@ -155,8 +155,10 @@
 		sin | c;										sout | c;
 		sin | ignore( c );								sout | c;
+		sin | nl;
 
 		char ca[3] = { 'a', 'b', 'c' };
-		sin | wdi( 4, (char &)*&ca[0] );					sout | ca[0] | ca[1] | ca[2];
-		sin | ignore( wdi( 4, (char &)*&ca[0] ) );		sout | ca[0] | ca[1] | ca[2];
+		sin | wdi( sizeof(ca), ca[0] );					sout | ca[0] | ca[1] | ca[2];
+		sin | ignore( wdi( sizeof(ca), ca[0] ) );		sout | ca[0] | ca[1] | ca[2];
+		sin | nl;
 
 		signed char sc;
