+ support {$message info ...}, resolves #30654

+ test

git-svn-id: trunk@38346 -
This commit is contained in:
florian 2018-02-25 15:50:58 +00:00
parent 70519c0837
commit 7d35ced2d9
3 changed files with 7 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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

View File

@ -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
View File

@ -0,0 +1,3 @@
{$message info 'Test'}
begin
end.