This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
pascal
/
fpc
miroir de
https://gitlab.com/freepascal.org/fpc/source.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la 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
il y a 14 ans
Parent
23ea810e0c
commit
1e3239915f
2 fichiers modifiés
avec
2 ajouts
et
2 suppressions
Vue séparée
Afficher les stats Diff
1
1
tests/webtbf/tw16219.pp
1
1
tests/webtbf/tw16219a.pp
+ 1
- 1
tests/webtbf/tw16219.pp
Voir le fichier
@@ -5,7 +5,7 @@ const
aStrArray: array [0..0] of String = (
- #$ffff' '
+ #$ffff
ff
' '
);
+ 1
- 1
tests/webtbf/tw16219a.pp
Voir le fichier
@@ -5,7 +5,7 @@ const
aStrArray: array [0..0] of String = (
- #$ffff' '
+ #$ffff
ff
' '
);