mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 04:09:18 +02:00
* new test
git-svn-id: trunk@5112 -
This commit is contained in:
parent
3997ef0253
commit
9bb7fdde42
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -7546,6 +7546,7 @@ tests/webtbs/tw6700.pp svneol=native#text/plain
|
|||||||
tests/webtbs/tw6735.pp svneol=native#text/plain
|
tests/webtbs/tw6735.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw6742.pp svneol=native#text/plain
|
tests/webtbs/tw6742.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw6767.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/tw6960.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw6977.pp svneol=native#text/plain
|
tests/webtbs/tw6977.pp svneol=native#text/plain
|
||||||
tests/webtbs/tw6980.pp svneol=native#text/plain
|
tests/webtbs/tw6980.pp svneol=native#text/plain
|
||||||
|
13
tests/webtbs/tw6865.pp
Normal file
13
tests/webtbs/tw6865.pp
Normal 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.
|
Loading…
Reference in New Issue
Block a user