Hash :
acf5213f
Author :
Date :
2006-10-14T20:31:53
testsuite 1.0.0 git-svn-id: svn://coreboot.org/openbios/fcode-utils@91 f158a5a8-5612-0410-a976-696ce0be7e32
\ Test an Ess-Quote that is not terminated at all and the 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