Browse Source

string at end without new line bug

pierre 26 years ago
parent
commit
dbbaa48f8a
2 changed files with 5 additions and 0 deletions
  1. 4 0
      bugs/bug0254.pp
  2. 1 0
      bugs/readme.txt

+ 4 - 0
bugs/bug0254.pp

@@ -0,0 +1,4 @@
+begin
+end.
+
+disposestr

+ 1 - 0
bugs/readme.txt

@@ -345,3 +345,4 @@ bug0245.pp   assigning pointers to address of consts is allowed (refused by BP !
 bug0246.pp   const para can be changed without error
 bug0249.pp   procedure of object cannot be assigned to property.
 bug0252.pp   typecasting not possible within typed const
+bug0254.pp   problem of endless loop if string at end of main file without new line.