diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_lexlua.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_lexlua.lua b/test/test_lexlua.lua index 602f480c7..de047c818 100644 --- a/test/test_lexlua.lua +++ b/test/test_lexlua.lua @@ -1181,7 +1181,7 @@ function test_colors() assert(lexer.colors.red == '') assert(lexer.property['color.red'] == '') lexer.colors.red = 0x0000FF - assert(lexer.colors.red == tostring(0x0000FF)) + assert(lexer.colors.red == 0x0000FF) assert(lexer.property['color.red'] == tostring(0x0000FF)) lexer.colors.blue = '#0000FF' assert(lexer.colors.blue == '#0000FF') |
