/
nv-lang
/
nova
Обзор
Документация
Войти
/
nv-lang
/
nova
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
spec_tests/conformance/multi_path_basic.nv
15 строк
448 B
Evgeniy Golovin
198 Ф.2 REDO: отмена pivot standalone-per-file — revert к D307-канону (шаг 1/N)
13 июл 2026, 01:29
13 июл 2026, 01:29
4394fec
Код
Авторство
О чём код?
// Plan 36.D.1 — nova test multi-path: base positive fixture. // Verifies that this directory is correctly discovered when passed // as a path argument: `nova test nova_tests/plan36_d1`. // folder-module: module nova_tests.plan36_d1 module spec_tests.conformance test "multi-path discovery: simple assertion" { ro x = 1 + 1 assert(x == 2) } test "multi-path discovery: string comparison" { ro s = "hello" assert(s == "hello") }