mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:27:59 +02:00
merge r19074 from cpstrnew branch by paul:
tests: fix 2 tests. $FFFF chars are now valid characters for the compiler git-svn-id: trunk@19126 -
This commit is contained in:
parent
23ea810e0c
commit
1e3239915f
@ -5,7 +5,7 @@ const
|
||||
|
||||
aStrArray: array [0..0] of String = (
|
||||
|
||||
#$ffff' '
|
||||
#$ffffff' '
|
||||
|
||||
);
|
||||
|
||||
|
@ -5,7 +5,7 @@ const
|
||||
|
||||
aStrArray: array [0..0] of String = (
|
||||
|
||||
#$ffff' '
|
||||
#$ffffff' '
|
||||
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user