--- seyon-2.20c/SeScan.c.orig 1993-07-01 20:01:42.000000000 -0400 +++ seyon-2.20c/SeScan.c 2003-09-06 23:50:32.000000000 -0400 @@ -290,9 +290,7 @@ #ifdef TEST main() { - scSetInputBuf("Just to see if we'\\'re \\n\\033 able to distinguish' words and strings -\"Also 'quotes' inside strings\" and 'strs \"inside quotes\"' -Not to forget ^S and ^q control ^ chars"); + scSetInputBuf("Just to see if we'\\'re \\n\\033 able to distinguish' words and strings \"Also 'quotes' inside strings\" and 'strs \"inside quotes\"' Not to forget ^S and ^q control ^ chars"); while (lGetWord() != 0); }