On Feb 11, 7:39 am, zpcspm <[email protected]> wrote: > Just to clear the things up. You want me to put this line in the > bodies of the failing @test nodes and re-run the tests?
Yes. Replace: @first # -*- coding: utf-8 -*- with @first # -*- coding: koi8-r -*- And also do execute-script on the two failing nodes. > I'm familiar with the @first directive, I'm using it sometimes for adding > shebangs to external source code files, but I don't know if each @test node > is being written to its own file before being executed by leo's testing logic. Indeed, Leo's atFile-write logic is involved, so that unit tests can contain Leo directives and section references. It's part of the illusion that everything "just works". Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
