Module:Util/tables/iteratee/Documentation/Spec: Revision history

Jump to navigation Jump to search

This is the history of the page Module:Util/tables/iteratee/Documentation/Spec

Select two revisions and click the "compare" button to view their diff, that is to say the differences between them.

Legend

Buttons and Symbols

  • (cur) — click to see the differences between this revision and the current version of the page.
  • (prev) — click to see the differences between this revision and the one before it.
  • m — minor edit

20 May 2024

12 May 2024

  • curprev 21:2921:29, 12 May 2024PhantomCaleb talk contribs 504 bytes +504 Created page with "local p = {} function p.Documentation() return { params = {"val"}, returns = "An iteratee function", cases = { outputOnly = true, { desc = "Iteratee from string (<code>property</code> shorthand)", snippet = "Str1", expect = "OoA", }, { snippet = "Str2", expect = nil, }, { desc = "Iteratee from table (<code>match</code> shorthand)", snippet = "Tbl1", expect = true, }, { snippet = "Tbl2", expect = fals..."