Coverage for bom.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.6.0a0.dev1, created at 2024-07-10 12:20 -0400

1# A Python source file in utf-8, with BOM. 

2math = "3×4 = 12, ÷2 = 6±0" 

3 

4assert len(math) == 18 

5assert len(math.encode('utf-8')) == 21