Index: tests/io/.in/manipulatorsInput.txt
===================================================================
--- tests/io/.in/manipulatorsInput.txt	(revision 329487c0ea7cbc1a3d43ed910b0eec20ca0068bd)
+++ tests/io/.in/manipulatorsInput.txt	(revision 389fbf5b03e5bd58c548d8ef16468ccaa76a485b)
@@ -5,4 +5,5 @@
 abcyyy
 aaaaaaaaxxxxxxxxaabbccbbdddwwwbbbbbbbbwwwwwwwwaaaaaaaawwwwwwww
+abc 
 abc 
 xx
Index: tests/io/manipulatorsInput.cfa
===================================================================
--- tests/io/manipulatorsInput.cfa	(revision 329487c0ea7cbc1a3d43ed910b0eec20ca0068bd)
+++ tests/io/manipulatorsInput.cfa	(revision 389fbf5b03e5bd58c548d8ef16468ccaa76a485b)
@@ -7,6 +7,6 @@
 // Created On       : Sat Jun  8 17:58:54 2019
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Aug 14 17:38:52 2023
-// Update Count     : 63
+// Last Modified On : Sat Sep  2 14:27:46 2023
+// Update Count     : 65
 // 
 
@@ -36,5 +36,5 @@
 		char s[] = "yyyyyyyyyyyyyyyyyyyy";
 		char sk[] = "abc";
-		sin /*| "abc "*/ | skip( sk ) | skip( 5 );		sout | "1" | s;
+		sin | "abc " | skip( sk ) | skip( 5 );			sout | "1" | s;
 		sin | wdi( sizeof(s), s );						sout | "2" | s;
 		sin | ignore( s );								sout | "3" | s;
