mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 15:10:24 +02:00
no message
This commit is contained in:
parent
bccb02b0de
commit
fa131cbb38
19
tests/webtbf/tw3531.pp
Normal file
19
tests/webtbf/tw3531.pp
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{ Source provided for Free Pascal Bug Report 3531 }
|
||||||
|
{ Submitted by "Christian Iversen" on 2005-01-07 }
|
||||||
|
{ e-mail: chrivers@iversen-net.dk }
|
||||||
|
Program Bug;
|
||||||
|
|
||||||
|
Type
|
||||||
|
XEscapeResolve =
|
||||||
|
Record
|
||||||
|
C : Char;
|
||||||
|
E : String;
|
||||||
|
End;
|
||||||
|
|
||||||
|
Const
|
||||||
|
XStandardFold1 : Array Of longint = (1);
|
||||||
|
XStandardFold2 : Array Of XEscapeResolve =
|
||||||
|
((C: 'n'; E: #10));
|
||||||
|
|
||||||
|
Begin
|
||||||
|
End.
|
Loading…
Reference in New Issue
Block a user