/
githubmirror
/
ding-libs
Обзор
Документация
Войти
/
githubmirror
/
ding-libs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ini/ini.d/comment.conf
28 строк
525 B
Dmitri Pal
Test files for unit test
10 янв 2014, 15:19
10 янв 2014, 15:19
f57458c
Код
Авторство
О чём код?
/* C-style comment 1 */ /* * C-style comment 2 */ /* // * C-style comment 2 // commented_out_key = some_value */ # The following should be viewed as comment # so no error is expected /*/ = /*/ # The following should be viewed as key # so no error is expected /./ = // # The following should be viewed as key # but it would be error due to spaces /./* = /./ // This should be an error becuase parser thinks it should be a KVP line /* Same with this one */ /* This comment should procduce an error