1\  Test an Ess-Quote that is not terminated at all and whose number
2\      of characters until the end of file exceeds the buffer.
3\  An Ess-Quote does not have the string-escape sequences.
4\  Define the required  test-token  as alias to  S"
5\      then FLOAD the test-body file.
6
7\  Updated Tue, 09 May 2006 at 10:52 PDT by David L. Paktor
8
9global-definitions
10alias  test-token   S"
11
12fcode-version2
13
14headers
15
16
17: foobar
18    fload  LargeTextNoQte.fth
19;
20
21
22fcode-end
23