/
glscene
/
pasdoc
Обзор
Документация
Войти
/
glscene
/
pasdoc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/testcases/ok_warning_note.pas
21 строка
346 B
Michalis Kamburelis
Add tests and their output for @warning/@note
12 июн 2020, 23:54
12 июн 2020, 23:54
e20a7b8
Код
Авторство
О чём код?
{ @note(Please open your eyes while reading) @note(Please check @link(Foo) for more details) @note(For more infos see @url(https://www.bing.com/)) @warning(test) @warning(hello @italic(world)!) @warning(Does this work? - @bold(Yes.)) } unit ok_warning_note; interface procedure Foo; implementation procedure Foo; begin end; end.