From 85225d437eb6ee37a3efe9ed980118c66f2c4094 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 2 Aug 2010 19:35:44 +0000 Subject: [PATCH] + additional goto test git-svn-id: trunk@15689 - --- .gitattributes | 1 + tests/tbf/tb0219.pp | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 tests/tbf/tb0219.pp diff --git a/.gitattributes b/.gitattributes index a54e23332a..e64b859f47 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/tests/tbf/tb0219.pp b/tests/tbf/tb0219.pp new file mode 100644 index 0000000000..828b194841 --- /dev/null +++ b/tests/tbf/tb0219.pp @@ -0,0 +1,8 @@ +{ %fail } +{$goto on} +label + 1234; +begin + 1234+1234: + 1234: +end.