+ added already working test for mantis #27149

git-svn-id: trunk@32577 -
This commit is contained in:
Jonas Maebe 2015-12-04 14:00:37 +00:00
parent f21f9ab930
commit 03067f240c
2 changed files with 17 additions and 0 deletions

1
.gitattributes vendored
View File

@ -14771,6 +14771,7 @@ tests/webtbs/tw2708.pp svneol=native#text/plain
tests/webtbs/tw2710.pp svneol=native#text/plain
tests/webtbs/tw27120.pp svneol=native#text/pascal
tests/webtbs/tw2713.pp svneol=native#text/plain
tests/webtbs/tw27149.pp svneol=native#text/plain
tests/webtbs/tw27153.pp svneol=native#text/pascal
tests/webtbs/tw27173.pp svneol=native#text/pascal
tests/webtbs/tw27185.pp svneol=native#text/pascal

16
tests/webtbs/tw27149.pp Normal file
View File

@ -0,0 +1,16 @@
{ %norun }
{$ifdef FPC}
{$mode delphi} {$Z1}
{$endif}
unit tw27149;
interface
const
ctrl_r = AnsiChar(#$0012);
implementation
end.