blob: 344286fcc8e8a9d42bd09a5a3ebdc6c948cd8337 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- SeScan.c.orig Mon Dec 29 07:26:24 2003
+++ SeScan.c Mon Dec 29 07:27:42 2003
@@ -275,8 +275,8 @@
#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\"'
+ scSetInputBuf("Just to see if we'\\'re \\n\\033 able to distinguish' words and strings\n\
+\"Also 'quotes' inside strings\" and 'strs \"inside quotes\"'\n\
Not to forget ^S and ^q control ^ chars");
while (lGetWord() != 0);
|