mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +02:00
+ support {$message info ...}, resolves #30654
+ test git-svn-id: trunk@38346 -
This commit is contained in:
parent
70519c0837
commit
7d35ced2d9
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -15885,6 +15885,7 @@ tests/webtbs/tw30626b.pp svneol=native#text/pascal
|
||||
tests/webtbs/tw3063.pp svneol=native#text/plain
|
||||
tests/webtbs/tw30639.pp svneol=native#text/plain
|
||||
tests/webtbs/tw3064.pp svneol=native#text/plain
|
||||
tests/webtbs/tw30654.pp svneol=native#text/pascal
|
||||
tests/webtbs/tw30666.pp svneol=native#text/plain
|
||||
tests/webtbs/tw30706.pp svneol=native#text/plain
|
||||
tests/webtbs/tw3073.pp svneol=native#text/plain
|
||||
|
@ -912,6 +912,9 @@ unit scandir;
|
||||
else
|
||||
if (hs='NOTE') then
|
||||
w:=scan_n_user_defined
|
||||
else
|
||||
if (hs='INFO') then
|
||||
w:=scan_i_user_defined
|
||||
else
|
||||
Message1(scan_w_illegal_directive,hs);
|
||||
end;
|
||||
|
3
tests/webtbs/tw30654.pp
Normal file
3
tests/webtbs/tw30654.pp
Normal file
@ -0,0 +1,3 @@
|
||||
{$message info 'Test'}
|
||||
begin
|
||||
end.
|
Loading…
Reference in New Issue
Block a user