* new test

git-svn-id: trunk@5112 -
This commit is contained in:
florian 2006-10-31 09:31:53 +00:00
parent 3997ef0253
commit 9bb7fdde42
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@ -7546,6 +7546,7 @@ tests/webtbs/tw6700.pp svneol=native#text/plain
tests/webtbs/tw6735.pp svneol=native#text/plain
tests/webtbs/tw6742.pp svneol=native#text/plain
tests/webtbs/tw6767.pp svneol=native#text/plain
tests/webtbs/tw6865.pp svneol=native#text/plain
tests/webtbs/tw6960.pp svneol=native#text/plain
tests/webtbs/tw6977.pp svneol=native#text/plain
tests/webtbs/tw6980.pp svneol=native#text/plain

13
tests/webtbs/tw6865.pp Normal file
View File

@ -0,0 +1,13 @@
program utf8;
{$ifdef FPC}{$mode objfpc}{$h+}{$INTERFACES CORBA}{$endif}
{$ifdef mswindows}{$apptype console}{$endif}
uses
{$ifdef FPC}{$ifdef linux}cthreads,{$endif}{$endif}
sysutils;
//compile with -Fcutf8
const
widestringconst = widestring('abc');
begin
end.