mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 20:09:19 +02:00
no message
This commit is contained in:
parent
64b27c2ca1
commit
ba1d11e778
13
tests/tbs/tb0398.pp
Normal file
13
tests/tbs/tb0398.pp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ %version=1.1}
|
||||||
|
{$codepage cp850}
|
||||||
|
begin
|
||||||
|
if ord(widechar(#196))<>9472 then
|
||||||
|
halt(1);
|
||||||
|
if ord(#0196))<>196 then
|
||||||
|
halt(1);
|
||||||
|
if ord(widechar(#$a6))<>170 then
|
||||||
|
halt(1);
|
||||||
|
if ord(#$0a6))<>166 then
|
||||||
|
halt(1);
|
||||||
|
halt(0);
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user