1
1
mirror of https://github.com/tstack/lnav.git synced 2024-08-16 08:20:29 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Tim Stack
116ff24da3 [tests] add regexp test
Related to #1177
2023-08-07 10:05:22 -07:00
Tim Stack
b0589d14d9 [tidy] use factory_container for theme highlights
And... a bunch of other stuff
2023-07-25 20:45:12 -07:00
Tim Stack
5ad75f156a [build] try to fix CI for test that uses a syslog logfile 2023-03-30 21:31:39 -07:00
Tim Stack
5a63ece31d [pcre2] migrate from pcre to pcre2
Fixes #974
2022-09-10 09:28:07 -07:00
Tim Stack
e047386441 [sql] extract() assumed too much about elements 2022-09-01 14:33:51 -07:00
Tim Stack
c9ec288853 [regexp_vtab] hex floats were being passed through to json, which does not support hex floats
It looks like sscanf("%f") was accepting hex-floats. So, lnav
was passing that through to the JSON, which does not like hex
floats.

FYI, @trantor, this should fix the regexp_capture_into_json()
issue of hex numbers being passed through.
2022-09-01 07:32:51 -07:00
Tim Stack
72d171ae4b [tests] add a regexp_capture() test 2022-08-30 22:28:12 -07:00