Jump to content

Module:URL/testcases: Revision history


Here you can take a look at older versions of this page, and compare different versions.

  • Click the date to see an old version.
  • To compare two versions (changes), click the circles (in separate columns) next to them. Then click the Compare button to see the differences between them.
  • You can use (cur) to compare an old version with the newest (or current) one. You can use (last) to compare any version with the one just before it.
  • The letter m next to a change means that the change was marked as small (or minor).

4 August 2021

  • curlast 19:4919:49, 4 August 2021 MeritedElm63160 talk changes 7,594 bytes +7,594 Created page with "-- Unit tests for Module:URL. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_url() local cases = { '{{#invoke:URL/sandbox|url}}', '{{#invoke:URL/sandbox|url|}}', '{{#invoke:URL/sandbox|url||}}', } text = self.frame:expandTemplate{ title = 'tlx', args = { 'URL', "''example.com''", "''optional display text''" } } for _, case in ipairs(cases) do self:preprocess_equals(case, text)..."