fix: fix lpeg version detection49/head
commitf23e38fc35cea8db78df124f1bd6d3d56e6c9ab1
authorJosh <jokajak@gmail.com>
Wed, 4 Oct 2023 21:24:30 +0000 (4 17:24 -0400)
committerJosh <jokajak@gmail.com>
Wed, 4 Oct 2023 23:17:53 +0000 (4 19:17 -0400)
treee9adb2ed300c79b0b7b9a8503ad9efc143e90ef2
parent473d61d262a1c86a69ad9b4882352d122e42f3fa
fix: fix lpeg version detection

This changeset fixes the lpeg version detection to properly handle
version > 1.1.

The original fix did not properly parse the string because it search for
the number to start the string instead of being part of the string.

Refs: #47
lua/json/decode/util.lua