Comparison

net/dns.lua @ 10762:4fc224c97986

util.rsm: Test that Lua 5.3 floats are not encoded with decimal point The 'max' 'count' and 'index' fields are integers and should be encoded as such on the wire. Care needs to be taken because tostring(1.0) in Lua 5.3+ returns to "1.0" while in previous Lua versions it would return "1".
author Kim Alvefur <zash@zash.se>
date Thu, 23 Apr 2020 18:17:54 +0200
parent 10664:c2b79b44ded7
child 10955:7bcfac630b65
comparison
equal deleted inserted replaced
10761:b53193bb21cc 10762:4fc224c97986