This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
fpc
mirror da
https://gitlab.com/freepascal.org/fpc/source.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
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 anni fa
parent
23ea810e0c
commit
1e3239915f
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
tests/webtbf/tw16219.pp
1
1
tests/webtbf/tw16219a.pp
+ 1
- 1
tests/webtbf/tw16219.pp
Vedi File
@@ -5,7 +5,7 @@ const
aStrArray: array [0..0] of String = (
- #$ffff' '
+ #$ffff
ff
' '
);
+ 1
- 1
tests/webtbf/tw16219a.pp
Vedi File
@@ -5,7 +5,7 @@ const
aStrArray: array [0..0] of String = (
- #$ffff' '
+ #$ffff
ff
' '
);