This commit is contained in:
Jonas Maebe 1999-08-27 13:17:13 +00:00
parent 71829524a2
commit d5151a8a2a
2 changed files with 9 additions and 1 deletions

7
bugs/bug0283.pp Normal file
View File

@ -0,0 +1,7 @@
const dirsep = '\';
begin
if dirsep = '/'
then writeln('bug!')
else writeln('ok');
end.

View File

@ -370,4 +370,5 @@ bug0275.pp too many warnings
bug0277.pp typecasting with const not possible
bug0279.pp crash with ansistring and new(^ansistring)
bug0281.pp dup id checking with property is wrong
bug0282.pp long mangledname problem with -Aas
bug0282.pp long mangledname problem with -Aas
bug0283.pp bug in constant char comparison evaluation