Skip to content
Snippets Groups Projects
Commit f48940e7 authored by Oleg Babin's avatar Oleg Babin Committed by Vladimir Davydov
Browse files

lua: fix table.equals result when booleans compared

Before this patch comparison of two `false` values produced
incorrect result. That because nil and false are consieded in the
same way by if operator. This patch fixes an issue and introduces
corresponding tests.

Closes #6386

NO_DOC=bugfix

(cherry picked from commit 840a45c4)
parent 0e18aaa9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment