Browse Source

no message

florian 23 years ago
parent
commit
ba1d11e778
1 changed files with 13 additions and 0 deletions
  1. 13 0
      tests/tbs/tb0398.pp

+ 13 - 0
tests/tbs/tb0398.pp

@@ -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.