love-api icon indicating copy to clipboard operation
love-api copied to clipboard

Add test to make sure there is a variants table

Open rm-code opened this issue 5 years ago • 1 comments

For example love.window.restore caused some issues for love-atom, because the empty variants table was omitted.

        {
            name = 'restore',
            description = 'Restores the size and position of the window if it was minimized or maximized.',
            variants = {
                {}
            }
        },

@Positive07 Maybe you have some time to take a look at this? :)

rm-code avatar Sep 03 '18 17:09 rm-code

Would it be a good idea to just do #45 and make a simple test thingy that loops over what needs to be there?

pablomayobre avatar Sep 03 '18 19:09 pablomayobre