/
glscene
/
pasdoc
Обзор
Документация
Войти
/
glscene
/
pasdoc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/testcases/ok_longcode_underscores.pas
20 строк
452 B
Michalis Kamburelis
Tests rearrangements, run_all_tests.sh script
09 фев 2018, 00:18
09 фев 2018, 00:18
b0a15f8
Код
Авторство
О чём код?
{ 2005-06-07: Latex version of docs for this unit are wrong, because ConvertString is not called to convert _ char. So _ is not escaped and latex fails. Also, HTML version is bad, because "With" is formatted in bold, because it's treated like keyword. Fixed by adding _ to AlphaNumeric in PasDoc_Gen in FormatPascalCode. @longcode(# Identifier_With_Underscores; #) } unit ok_longcode_underscores; interface implementation end.