+ additional goto test

git-svn-id: trunk@15689 -
This commit is contained in:
florian 2010-08-02 19:35:44 +00:00
parent 56f8b88125
commit 85225d437e
2 changed files with 9 additions and 0 deletions

1
.gitattributes vendored
View File

@ -7855,6 +7855,7 @@ tests/tbf/tb0215e.pp svneol=native#text/plain
tests/tbf/tb0216.pp svneol=native#text/plain
tests/tbf/tb0217.pp svneol=native#text/plain
tests/tbf/tb0218.pp svneol=native#text/plain
tests/tbf/tb0219.pp svneol=native#text/pascal
tests/tbf/ub0115.pp svneol=native#text/plain
tests/tbf/ub0149.pp svneol=native#text/plain
tests/tbf/ub0158a.pp svneol=native#text/plain

8
tests/tbf/tb0219.pp Normal file
View File

@ -0,0 +1,8 @@
{ %fail }
{$goto on}
label
1234;
begin
1234+1234:
1234:
end.