This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
pascal
/
fpc
mirror de
https://gitlab.com/freepascal.org/fpc/source.git
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
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 anos atrás
pai
23ea810e0c
commit
1e3239915f
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
tests/webtbf/tw16219.pp
1
1
tests/webtbf/tw16219a.pp
+ 1
- 1
tests/webtbf/tw16219.pp
Ver arquivo
@@ -5,7 +5,7 @@ const
aStrArray: array [0..0] of String = (
- #$ffff' '
+ #$ffff
ff
' '
);
+ 1
- 1
tests/webtbf/tw16219a.pp
Ver arquivo
@@ -5,7 +5,7 @@ const
aStrArray: array [0..0] of String = (
- #$ffff' '
+ #$ffff
ff
' '
);