Commit graph

7 commits

Author SHA1 Message Date
Matthew Wild
a669ffb5a2 util.human.io: Don't accept ambiguous durations by default
The new method parse_duration_lax() exports the old behaviour, mainly for
compatibility purposes.
2023-11-30 13:42:44 +00:00
Kim Alvefur
3ab3f3e1e7 util.human.io: Add tests for parse_duration() (some failing) 2023-07-16 19:26:05 +02:00
Kim Alvefur
9f96301ce8 util.human.io: Include relevant arguments in test messages
This way the relevant arguments are shown in case a test case fails
2023-07-16 19:17:06 +02:00
Kim Alvefur
e0a423dd29 util.human.io: Use tail call in test to get correct line numbers
This is probably not guaranteed to work and might vary with Lua version,
but it's good enough for me to get accurate line numbers out of Busted
that don't all point to the test() function.
2023-07-16 18:42:58 +02:00
Matthew Wild
7dc9f9ab2a util.human.io: Add parse_duration() method to parse a duration string
Similar logic occurs throughout various modules in the codebase. We might even
want a module:get_option_duration()??
2023-04-07 14:14:53 +01:00
Kim Alvefur
d1144a7ede util.human.io: Fix cutting of UTF-8 into pieces
Down the rabbit hole we go...
2021-11-12 14:21:15 +01:00
Kim Alvefur
c2ba37df93 util.human.io: Add brief test of table generation 2020-06-28 14:58:32 +02:00