/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/javascript/preproc_include_runme.js
16 строк
390 B
VZ
Fix running preproc_include test with JS+node more than once (#2936)
26 июн 2024, 09:18
Не верифицирован
26 июн 2024, 09:18
6b0d355
Код
Авторство
О чём код?
var preproc_include = require("preproc_include"); if (preproc_include.multiply10(10) != 100) throw "RuntimeError"; if (preproc_include.multiply20(10) != 200) throw "RuntimeError"; if (preproc_include.multiply30(10) != 300) throw "RuntimeError"; if (preproc_include.multiply40(10) != 400) throw "RuntimeError"; if (preproc_include.multiply50(10) != 500) throw "RuntimeError";