Toggle menu
14
236
69
27.2K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Lua-mock/ValueMatcher: Revision history

From Kenshi 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.

26 February 2025

  • curprev 05:3705:37, 26 February 2025 Prd talk contribs 4,359 bytes +4,359 Created page with "--- @module ValueMatcher local valueMismatchMessage = 'did not match:\n'.. ' was: %s\n'.. 'expected: %s' local valueCountMismatchMessage = 'mismatch:\n'.. ' was: %d\n'.. 'expected: %d' --- A matcher is used to determine if a value statisfies some condition. -- The test function is called with the value that shall be tested. -- The function returns `true` if the condition is statisfied. -- Otherwise the function shall return `false` and..."