Module:sa-convert/testcases/Soyombo

These tests of the conversion of Sanskrit from Devanagari to Soyombo. 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("Soyo", false) -- Safish tests
	tests:one_script("Soyo", true)  -- Risky tests
end

return tests