浏览代码

new comment bug

pierre 26 年之前
父节点
当前提交
3800254e29
共有 2 个文件被更改,包括 18 次插入0 次删除
  1. 17 0
      bugs/bug0231.pp
  2. 1 0
      bugs/readme.txt

+ 17 - 0
bugs/bug0231.pp

@@ -0,0 +1,17 @@
+
+{$undef dummy}
+
+{$ifdef DUMMY}
+   (* <= this should not be considered as a 
+   higher comment level !!
+   
+  test
+{$endif dummy}
+
+var
+   e : extended;
+
+begin
+ e:=1.0;
+ writeln(ln(e));
+end.

+ 1 - 0
bugs/readme.txt

@@ -313,3 +313,4 @@ bug0227.pp   external var does strange things when declared in localsymtable
 bug0229.pp   consts > 255 are truncated (should work in -S2,-Sd)
 bug0229.pp   consts > 255 are truncated (should work in -S2,-Sd)
 bug0230.pp   several strange happen on the ln function: ln(0): no
 bug0230.pp   several strange happen on the ln function: ln(0): no
              FPE and writeln can't write non numeric values
              FPE and writeln can't write non numeric values
+bug0231.pp   Problem with comments