Re: [PATCH v7 03/11] ref-filter: add option to pad atoms to the right

2015-07-31 Thread Karthik Nayak
On Thu, Jul 30, 2015 at 11:26 PM, Eric Sunshine wrote: > > In an earlier review, Matthieu pointed out that this test failed to > ensure that the 'padright' value did not leak into the next atom. In a > subsequent version, you fixed the test to check that condition, but > now you've somewhat lost i

Re: [PATCH v7 03/11] ref-filter: add option to pad atoms to the right

2015-07-30 Thread Eric Sunshine
On Thu, Jul 30, 2015 at 11:48 AM, Karthik Nayak wrote: > Add a new atom "padright" and support %(padright:X) where X is a > number. This will align the succeeding atom or string to the left > followed by spaces for a total length of X characters. If X is less > than the atom or string length then