dev

This module contains testcases for its parent module, Currency.

See also


-- <nowiki>
-- Unit tests for [[Global Lua Modules/Currency]].
-- @see [[Module talk:Currency/testcases]]
return {
    main = {
        options = {
            mode   = 'invocation',
            nowiki = false
        },
        tests = {
            {          'usd|name', 'US Dollar' },
            {        'Zar|symbol',         'R' },
            { 'INR|symbol_native',         '₹' }
        }
    }
}
-- </nowiki>