Author: Enrico Tassi <gareuselesinge@debian.org>
Description: removes one test for number '0x' that fails, but lua itself rejects
that exadecimal number
--- lua-leg-0.1.2.orig/tests/test_scanner.lua
+++ lua-leg-0.1.2/tests/test_scanner.lua
@@ -110,7 +110,7 @@
 assert(NUM:match'0x7a2fF')
 
 -- hexadecimal notation (yes, this matches)
-assert(NUM:match'0x')
+--assert(NUM:match'0x')
 
 -- hexadecimal notation
 assert(not NUM:match'!ff')
@@ -225,4 +225,4 @@
 -- --[[ deve pegar comment multi-line
 --print'oi' ]] ]===])
 
-print '...OK!'
\ No newline at end of file
+print '...OK!'
