mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Previously they were enumerated in the opposite order, i.e. descendant fields had lower indexes than their parents. Existing tests didn't caught that problem because I misinterpreted the method UsefulTestCase#assertSameElements(), should have used UsefulTestCase#assertOrderedEquals() instead.
1 line
29 B
Python
1 line
29 B
Python
'{:.{}}'.format(3.1415926, 3) |