https://github.com/carrotsearch/randomizedtesting/blob/master/junit4-ant/src/main/java/com/carrotsearch/ant/tasks/junit4/JUnit4.java#L137-L159
I think it's correct in the source. Must be an issue with the console. Dawid On Fri, Aug 21, 2015 at 4:22 PM, Robert Muir <[email protected]> wrote: > Yes exactly, Benson is correct. Look at an arabic text file with "cat" > on your same console and see if its correct: usually its not. > > On Fri, Aug 21, 2015 at 10:13 AM, Benson Margulies > <[email protected]> wrote: >> Isn't this all about how your console does the Unicode bidi algo, and >> not about anything in the code? >> >> >> On Fri, Aug 21, 2015 at 10:12 AM, Mike Drob <[email protected]> wrote: >>> Hello, >>> >>> I noticed that when running tests, if the language selected is RTL then the >>> "JUnit says hello" output is backwards. However, if I copy the output and >>> try to paste it into firefox or gedit then the text is properly >>> right-to-left. >>> >>> For example, when selecting hebrew, on my system it prints >>> "<JUnit4> says [shin-lamed-vav-mem]" instead of starting with [shin] on the >>> right. >>> >>> This shouldn't be a high priority, since the tests themselves still pass, >>> but I was wondering if that's something that we can fix or if the error is >>> in a lower level - like the junit libs, or maybe even bash. Anybody have any >>> ideas? >>> >>> Mike >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
