-------------------------------------------------------------------------------- -- single-BROKEN-unstrict-mode-suite.lua: suite used for full suite tests -- This file is a part of lua-nucleo library -- Copyright (c) lua-nucleo authors (see file `COPYRIGHT` for the license) -------------------------------------------------------------------------------- local make_suite = select(1, ...) local test = make_suite("single-BROKEN-unstrict-mode-suite", { }) test:set_strict_mode(false) test:BROKEN "to_test" (function() local counter = suite_tests_results + 1 end)