Module:sa-convert/testcases/Phags-pa

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

return tests