Module:User:Vitalik/inflection/units/ru-noun/testcases/exceptions

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Lua error in package.lua at line 80: module 'Module:utils' not found


local dev_prefix = ''
dev_prefix = 'User:Vitalik/'  -- comment this on active version

local tests = require('Module:' .. dev_prefix .. 'inflection/units/ru-noun/testcases')

function tests:test_inflection()
	self:check_inflection('ва́йя', 'f-in', 'a', '*', 'ва́йя / ва́йи / ва́йе / ва́йю / ва́йей / ва́йе / ва́йи / ва́ий / ва́йям / ва́йи / ва́йями / ва́йях')
end

return tests