/
glscene
/
pasdoc
Обзор
Документация
Войти
/
glscene
/
pasdoc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/testcases/warning_table.pas
22 строки
341 B
Michalis Kamburelis
Tests rearrangements, run_all_tests.sh script
09 фев 2018, 00:18
09 фев 2018, 00:18
b0a15f8
Код
Авторство
О чём код?
{ @abstract(Test of @@table-related warnings.) Various incorrect table tags nesting: @table( @cell(Foo) ) @table( @row(Foo) ) @row( @cell(Foo) ) @cell( @row(Foo) ) Table with no rows is not allowed: @table( ) Row with no cells is not allowed: @table( @row( ) ) } unit warning_table; interface implementation end.