Re: [fossil-users] test-comment-format utf8

2017-06-16 Thread Andy Bradford
Thus said Stephan Beal on Thu, 15 Jun 2017 09:55:11 +0200: > Sidebar: i had no idea bash can do ranges like that! I usually use jot: $ echo $(jot -w '%c' 26 a) a b c d e f g h i j k l m n o p q r s t u v w x y z $ echo $(jot -w '%c' 26 a | sort -r) z y x w v u t s r q p o n m l k j i h g f e

Re: [fossil-users] test-comment-format utf8

2017-06-15 Thread Stephan Beal
On Thu, Jun 15, 2017 at 8:14 AM, wrote: > $ ./fossil test-comment-format --legacy "legacy " $(printf "%.0s" > {1..100}) > Sidebar: i had no idea bash can do ranges like that! [stephan@host:~]$ echo {1..10} 1 2 3 4 5 6 7 8 9 10 It also works with ascii letters:

[fossil-users] test-comment-format utf8

2017-06-15 Thread er38hcma
$ ./fossil test-comment-format --legacy "legacy " $(printf "%.0s" {1..100}) legacy ▒    ▒▒▒▒    ▒▒▒    ▒    ▒    ▒▒▒ (6 lines output) $ ./fossil test-comment-format "   "