/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/javascript/string_simple_runme.js
10 строк
218 B
Zackery Spytz
[OCaml] Fix and re-enable the string_simple, minherit, and unions tests
14 янв 2019, 03:28
14 янв 2019, 03:28
83df4e8
Код
Авторство
О чём код?
var string_simple = require("string_simple"); // Test unicode string var str = "olé"; var copy = string_simple.copy_str(str); if (str !== copy) { throw "Error: copy is not equal: original="+str+", copy="+copy; }