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

false positive test on return nil #45

Closed
klokane opened this issue Oct 9, 2012 · 2 comments
Closed

false positive test on return nil #45

klokane opened this issue Oct 9, 2012 · 2 comments
Milestone

Comments

@klokane
Copy link

klokane commented Oct 9, 2012

hi, I've found problem with false positive test

function return_nil() return nil end

describe('testing grammar', function()
  it('identifiers', function()
    assert.is.equal('123', return_nil())
  end)
end)
@Tieske
Copy link
Member

Tieske commented Oct 9, 2012

already fixed in master. (that is; luassert master), please close.

PS. when reporting, please report version used.

@klokane
Copy link
Author

klokane commented Oct 9, 2012

OK, thank

@klokane klokane closed this as completed Oct 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants