miller/test/cases/repl-help
John Kerl 1004ba5097
DSL format function: support 1-based positional placeholders like {1} (#1650) (#2160)
Plain {} placeholders consume arguments sequentially as before; {N}
refers to the Nth argument (1-based) and may be used to repeat and/or
reorder arguments, e.g. format("{1}/{2}/{1}_{3}.ext", $p1, $p2, $p3).
Mixing is allowed: the {} sequence counter is independent of positional
placeholders (as in Rust format!). Out-of-range indices interpolate the
empty string, consistent with existing too-few-arguments behavior; {0}
is an error value since indices are 1-based.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 15:15:33 -04:00
..
0001 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0002 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0003 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0004 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0005 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0006 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0007 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0008 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0009 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0010 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0011 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0012 DSL format function: support 1-based positional placeholders like {1} (#1650) (#2160) 2026-07-06 15:15:33 -04:00
0013 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0014 Add DSL functions for integer nanoseconds since the epoch (#1326) 2023-06-24 17:05:15 -04:00
0015 Approximate-match feature for online help (#754) 2021-11-17 23:37:48 -05:00
0016 Add DSL functions for integer nanoseconds since the epoch (#1326) 2023-06-24 17:05:15 -04:00