Module:Term/testcases/keys: Revision history

From Space Station 14 Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 May 2025

  • curprev 06:2006:20, 25 May 2025 Aliser talk contribs 480 bytes +17 No edit summary
  • curprev 06:1706:17, 25 May 2025 Aliser talk contribs 463 bytes −7 typo
  • curprev 06:1506:15, 25 May 2025 Aliser talk contribs 470 bytes +470 Created page with "local p = require('Module:Module:Term') -- the module to be tested local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() local frame = mw.getCurrentFrame() local terms_json = mw:loadJsonData(p.terms_json_path and p.terms_json_path or error("failed to load terms json table: table path is not exported")) function suite:test_keys_casing() for key, _ in terms_json do self:assertEquals(string.lower(key), key) end end return suite"