attached is a test case showing an @first that does not give expected 
results.  what I have in my @file section is:

@language python
@tabwidth -4
<< docstring >>

@first #! /usr/bin/python3
@first # a first line

@others
if __name__ == '__main__':
    main()
    # a comment

when you load up the attached files, you will see that the @first lines are 
empty.  I assume I'm doing something wrong.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Attachment: first_test.leo
Description: Binary data

#@+leo-ver=5-thin
#@+node:alsoeric.20170207154852.1: * @file first_test.py
#@@language python
#@@tabwidth -4
#@+<< docstring >>
#@+node:alsoeric.20170207155047.1: ** << docstring >>
'''not a line'''
    
#@-<< docstring >>

#@@first
#@@first

#@+others
#@-others
if __name__ == '__main__':
    main()
    # a comment
#@-leo

Reply via email to