This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
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 năm trước cách đây
mục cha
23ea810e0c
commit
1e3239915f
2 tập tin đã thay đổi
với
2 bổ sung
và
2 xóa
Split View
Hiển thị tình trạng sai khác
1
1
tests/webtbf/tw16219.pp
1
1
tests/webtbf/tw16219a.pp
+ 1
- 1
tests/webtbf/tw16219.pp
Xem Tập Tin
@@ -5,7 +5,7 @@ const
aStrArray: array [0..0] of String = (
- #$ffff' '
+ #$ffff
ff
' '
);
+ 1
- 1
tests/webtbf/tw16219a.pp
Xem Tập Tin
@@ -5,7 +5,7 @@ const
aStrArray: array [0..0] of String = (
- #$ffff' '
+ #$ffff
ff
' '
);