diff options
Diffstat (limited to 'test/manual/indent')
-rw-r--r-- | test/manual/indent/pascal.pas | 2 | ||||
-rwxr-xr-x | test/manual/indent/shell.sh | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/test/manual/indent/pascal.pas b/test/manual/indent/pascal.pas index bb2e7002b6b..2d09eb775a4 100644 --- a/test/manual/indent/pascal.pas +++ b/test/manual/indent/pascal.pas @@ -1,6 +1,6 @@ { GPC demo program for the CRT unit. -Copyright (C) 1999-2006, 2013-2015 Free Software Foundation, Inc. +Copyright (C) 1999-2006, 2013-2016 Free Software Foundation, Inc. Author: Frank Heckenbach <frank@pascal.gnu.de> diff --git a/test/manual/indent/shell.sh b/test/manual/indent/shell.sh index b0f69bd9720..dc184ea0d77 100755 --- a/test/manual/indent/shell.sh +++ b/test/manual/indent/shell.sh @@ -3,6 +3,9 @@ setlock -n /tmp/getmail.lock && echo getmail isn\'t running +toto=$(grep hello foo | + wc) + # adsgsdg if foo; then |