mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 11:47:17 +01:00
no message
This commit is contained in:
parent
9d5509f3f9
commit
c55870ebb5
16
tests/webtbs/tw3697.pp
Normal file
16
tests/webtbs/tw3697.pp
Normal file
@ -0,0 +1,16 @@
|
||||
{ Source provided for Free Pascal Bug Report 3697 }
|
||||
{ Submitted by "Matthias Hryniszak" on 2005-02-26 }
|
||||
{ e-mail: matthias@hryniszak.de }
|
||||
uses
|
||||
SysUtils;
|
||||
|
||||
var
|
||||
S: WideString;
|
||||
|
||||
begin
|
||||
S := WideFormat('Test %s', ['string']);
|
||||
if s<>'Test string' then
|
||||
halt(1);
|
||||
|
||||
writeln('ok');
|
||||
end.
|
||||
Loading…
Reference in New Issue
Block a user