/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/php/cpp11_attribute_specifiers_runme.php
14 строк
422 B
Olly Betts
Enable part of testcase which now works
28 сен 2024, 06:35
28 сен 2024, 06:35
a111df5
Код
Авторство
О чём код?
<?php require "tests.php"; // New functions check::functions(array('noReturn','noDiscard','noDiscardDeprecated','maybeUnused1','maybeUnused2','likely','test_string_literal')); // New classes check::classes(array('cpp11_attribute_specifiers','S')); // New vars check::globals(array('a', 'aa', 'b')); check::equal(test_string_literal(), 'Test [[ and ]] in string literal', "test_string_literal() wrong"); check::done();