Hash :
f3423cae
Author :
Date :
2006-10-14T21:07:27
update test suite to v1.0.1 git-svn-id: svn://coreboot.org/openbios/fcode-utils@95 f158a5a8-5612-0410-a976-696ce0be7e32
\ 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