Update test files to v2.

This commit is contained in:
David Brown 2016-06-16 16:25:36 +01:00
parent a9b273e30a
commit ce855c93c8
6 changed files with 212 additions and 241 deletions

View file

@ -20,8 +20,9 @@ IF F # NIL THEN
Texts.Read (R, ch);
WHILE ~R.eot DO
Texts.Read (R, ch);
Console.Char(ch);
IF ch = 0DX THEN Console.Char(0AX) END;
Texts.Read (R, ch);
END;
ELSE