mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +02:00
--- Merging r32202 into '.':
A tests/webtbs/tw28934.pp C compiler/widestr.pas --- Recording mergeinfo for merge of r32202 into '.': U . Summary of conflicts: Text conflicts: 1 Summary of conflicts: Text conflicts: 1 # revisions: 32202 git-svn-id: branches/fixes_3_0@32260 -
This commit is contained in:
parent
7460d4d61f
commit
f2e27b2585
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -14296,6 +14296,7 @@ tests/webtbs/tw2885.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2886.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2891.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2892.pp svneol=native#text/plain
|
||||
tests/webtbs/tw28934.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2897.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2899.pp svneol=native#text/plain
|
||||
tests/webtbs/tw2904.pp svneol=native#text/plain
|
||||
|
@ -349,7 +349,7 @@ unit widestr;
|
||||
p : punicodemap;
|
||||
begin
|
||||
Result:=0;
|
||||
p:=getmap(s);
|
||||
p:=getmap(lower(s));
|
||||
if (p<>nil) then
|
||||
Result:=p^.cp;
|
||||
end;
|
||||
|
14
tests/webtbs/tw28934.pp
Normal file
14
tests/webtbs/tw28934.pp
Normal file
@ -0,0 +1,14 @@
|
||||
{ %norun }
|
||||
{ %opt=-FcCP1252 }
|
||||
|
||||
program project1;
|
||||
|
||||
Type
|
||||
WideArray = array [0..3] of Widechar;
|
||||
|
||||
var
|
||||
Test: WideArray;
|
||||
|
||||
begin
|
||||
Test := 'hmmm';
|
||||
end.
|
Loading…
Reference in New Issue
Block a user