Module:sa-convert/testcases/Gurmukhi

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

return tests