mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 18:47:56 +02:00
+ additional goto test
git-svn-id: trunk@15689 -
This commit is contained in:
parent
56f8b88125
commit
85225d437e
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
8
tests/tbf/tb0219.pp
Normal file
@ -0,0 +1,8 @@
|
||||
{ %fail }
|
||||
{$goto on}
|
||||
label
|
||||
1234;
|
||||
begin
|
||||
1234+1234:
|
||||
1234:
|
||||
end.
|
Loading…
Reference in New Issue
Block a user