awesome/tests/examples/awful
Uli Schlachter 5d81441c76 Make the resize_to_mouse example test deterministic (#1250)
This test has a list of "things" that should be present in the output. This
table is iterated over via pairs(), which means that the output is
non-deterministic and the order of the entries is basically random.

Fix this by using ipairs() to get a deterministic iteration order. This requires
some slight change to the table that is iterated over.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-12-02 21:23:36 +01:00
..
mouse Fix whitespace warnings reported by luacheck (#1229) 2016-11-21 22:38:23 +01:00
placement Make the resize_to_mouse example test deterministic (#1250) 2016-12-02 21:23:36 +01:00
template.lua tests/examples: Move common template code into a common file (#993) 2016-07-09 19:03:49 +02:00