/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/javascript/input_runme.js
22 строки
314 B
Momtchil Momtchev
add more JS run tests
26 май 2023, 17:50
26 май 2023, 17:50
3baa5c0
Код
Авторство
О чём код?
var input = require("input"); f = new input.Foo(); if (f.foo(2) != 4) { throw new Error; } if (f.foo(null) != null) { throw new Error; } if (f.foo() != null) { throw new Error; } if (input.sfoo("Hello") != "Hello world") { throw new Error; } if (input.sfoo() != null) { throw new Error; }