This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
pascal
/
fpc
mirrorاز
https://gitlab.com/freepascal.org/fpc/source.git
دنبال کردن
2
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
فهرست منبع
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 سال پیش
والد
23ea810e0c
کامیت
1e3239915f
2فایلهای تغییر یافته
به همراه
2 افزوده شده
و
2 حذف شده
مشاهده تقسیم شده
نمایش آمار تفاوت ها
1
1
tests/webtbf/tw16219.pp
1
1
tests/webtbf/tw16219a.pp
+ 1
- 1
tests/webtbf/tw16219.pp
مشاهده فایل
@@ -5,7 +5,7 @@ const
aStrArray: array [0..0] of String = (
- #$ffff' '
+ #$ffff
ff
' '
);
+ 1
- 1
tests/webtbf/tw16219a.pp
مشاهده فایل
@@ -5,7 +5,7 @@ const
aStrArray: array [0..0] of String = (
- #$ffff' '
+ #$ffff
ff
' '
);