Module:sa-convert/testcases/Zanabazar Square

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

These tests of the conversion of Sanskrit from Devanagari to Zanabazar Square. For the full set of tests and an explanation of the test messages, see Module:sa-convert/testcases.

All tests passed. (refresh)

TextExpectedActual
test_one_script:

local tests = require('Module:sa-convert/testcases')
tests.test_all = nil

function tests:test_one_script()
	tests:one_script("Zanb", false) -- Safish tests
	tests:one_script("Zanb", true)  -- Risky tests
end

return tests