Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting / trunk / org.gvsig.scripting / org.gvsig.scripting.app / org.gvsig.scripting.app.mainplugin / src / main / resources-plugin / scripting / lib / pylint / test / input / func_noerror_long_utf8_line.py @ 745

History | View | Annotate | Download (381 Bytes)

1
# -*- coding: utf-8 -*-
2
"""this utf-8 doc string have some     non ASCII caracters like 'é', or '¢»ß'"""
3
### check also comments with some     more non ASCII caracters like 'é' or '¢»ß'
4

    
5
__revision__ = 1100
6

    
7
ASCII = "----------------------------------------------------------------------"
8
UTF_8 = "--------------------------------------------------------------------éé"
9