浏览代码

* fix typo's

peter 23 年之前
父节点
当前提交
fff4cf3b05
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/tbs/tb0398.pp

+ 2 - 2
tests/tbs/tb0398.pp

@@ -3,11 +3,11 @@
 begin
    if ord(widechar(#196))<>9472 then
      halt(1);
-   if ord(#0196))<>196 then
+   if ord(#0196)<>196 then
      halt(1);
    if ord(widechar(#$a6))<>170 then
      halt(1);
-   if ord(#$0a6))<>166 then
+   if ord(#$0a6)<>166 then
      halt(1);
    halt(0);
 end.