This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
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 -
paul
14 years ago
parent
23ea810e0c
commit
1e3239915f
2 changed files
with
2 additions
and
2 deletions
Unified View
Show Diff Stats
1
1
tests/webtbf/tw16219.pp
1
1
tests/webtbf/tw16219a.pp
+ 1
- 1
tests/webtbf/tw16219.pp
View File
@@ -5,7 +5,7 @@ const
aStrArray: array [0..0] of String = (
aStrArray: array [0..0] of String = (
- #$ffff' '
+ #$ffff
ff
' '
);
);
+ 1
- 1
tests/webtbf/tw16219a.pp
View File
@@ -5,7 +5,7 @@ const
aStrArray: array [0..0] of String = (
aStrArray: array [0..0] of String = (
- #$ffff' '
+ #$ffff
ff
' '
);
);