/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/python/preproc_runme.py
19 строк
333 B
William S Fulton
Add testcase for macros with commas in comment
27 апр 2017, 21:47
27 апр 2017, 21:47
956495d
Код
Авторство
О чём код?
import preproc if preproc.endif != 1: raise RuntimeError if preproc.define != 1: raise RuntimeError if preproc.defined != 1: raise RuntimeError if 2 * preproc.one != preproc.two: raise RuntimeError if preproc.methodX(99) != 199: raise RuntimeError t1 = preproc.tcxMessageTest() t2 = preproc.tcxMessageBug()