assert(compareTables({}, {}))
assert(compareTables({{'abc', hello='world'}}, {{'abc', hello='world'}}))
assert(not compareTables({'abc'}, {}))
-- can also compare strings and simple data types
assert(compareTables('abc', 'abc'))
assert(not compareTables('abc', 'def'))
return truetest run test run with input pitch download show line numbers
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Recognizer | Recognition Result | Visualize | Recalc |
|---|---|---|---|
| #308 | 288 | [visualize] |
| Snippet ID: | #122 |
| Snippet name: | compare tables (test case) |
| Eternal ID of this version: | #122/1 |
| Text MD5: | f531c394f09139d61cd39e13f1c75384 |
| Author: | stefan |
| Category: | general lua functions |
| Type: | Lua code - Test case |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2014-01-10 15:33:36 |
| Source code size: | 288 bytes / 8 lines |
| Pitched / IR pitched: | Yes / Yes |
| Views / Downloads: | 1376 / 385 |
| Referenced in: | #123 - Pitcher core #3000382 - Answer for ferdie (>> t = 1, f = 0) |