mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 15:50:30 +02:00
+ test for part of mantis #25931 (already works correctly)
git-svn-id: trunk@27698 -
This commit is contained in:
parent
724a6e9019
commit
fba0eb0351
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -13915,6 +13915,7 @@ tests/webtbs/tw2589.pp svneol=native#text/plain
|
||||
tests/webtbs/tw25895.pp svneol=native#text/pascal
|
||||
tests/webtbs/tw25929.pp svneol=native#text/pascal
|
||||
tests/webtbs/tw25930.pp svneol=native#text/plain
|
||||
tests/webtbs/tw25931.pp -text svneol=native#text/plain
|
||||
tests/webtbs/tw25932.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2594.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2595.pp svneol=native#text/plain
|
||||
|
6
tests/webtbs/tw25931.pp
Normal file
6
tests/webtbs/tw25931.pp
Normal file
@ -0,0 +1,6 @@
|
||||
{ %result=3 }
|
||||
|
||||
{$i+}
|
||||
begin
|
||||
chdir('doestnotexistever');
|
||||
end .
|
Loading…
Reference in New Issue
Block a user