Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test to make sure there is a variants table #67

Closed
rm-code opened this issue Sep 3, 2018 · 1 comment
Closed

Add test to make sure there is a variants table #67

rm-code opened this issue Sep 3, 2018 · 1 comment

Comments

@rm-code
Copy link
Collaborator

rm-code commented Sep 3, 2018

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? :)

@pablomayobre
Copy link
Collaborator

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

@rm-code rm-code closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants