Hash :
f3423cae
Author :
Date :
2006-10-14T21:07:27
\ Test an Ess-Quote that is not terminated at all and whose number
\ of characters until the end of file exceeds the buffer.
\ An Ess-Quote does not have the string-escape sequences.
\ Define the required test-token as alias to S"
\ then FLOAD the test-body file.
\ Updated Tue, 09 May 2006 at 10:52 PDT by David L. Paktor
global-definitions
alias test-token S"
fcode-version2
headers
: foobar
fload LargeTextNoQte.fth
;
fcode-end