Index: tests/io/.in/manipulatorsInput.txt
===================================================================
--- tests/io/.in/manipulatorsInput.txt	(revision 2fa0237f52bd8db42015c83dee0d38191a902db4)
+++ tests/io/.in/manipulatorsInput.txt	(revision bf1cbde8549594a47893ee6d678e5552340e47a3)
@@ -2,5 +2,5 @@
 123456789
 abc 
-abc 
+cccccb 
 xx
 abcxxx
@@ -8,5 +8,5 @@
 aaaaaaaaxxxxxxxxaabbccbbdddwwwbbbbbbbbwwwwwwwwaaaaaaaawwwwwwww
 abc 
-abc 
+cccccb 
 xx
 abcxxx
Index: tests/io/manipulatorsInput.cfa
===================================================================
--- tests/io/manipulatorsInput.cfa	(revision 2fa0237f52bd8db42015c83dee0d38191a902db4)
+++ tests/io/manipulatorsInput.cfa	(revision bf1cbde8549594a47893ee6d678e5552340e47a3)
@@ -52,6 +52,6 @@
 	{
 		char s[] = "yyyyyyyyyyyyyyyyyyyy";
-		const char sk[] = "abc";
-		scanf( "abc " ); scanf( sk ); for ( 5 ) scanf( "%*c" );	printf( "1 %s\n", s );
+		const char sk_fmt[] = "%*[abc]";
+		scanf( "abc " ); scanf( sk_fmt ); for ( 5 ) scanf( "%*c" ); printf( "1 %s\n", s );
 		scanf( "%s", s );								printf( "2 %s\n", s );
 		scanf( "%*s" );									printf( "3 %s\n", s );
