Files
openide/python/testData/inspections/PyTupleItemAssignmentInspection/expected.xml
Dmitry Jemerov 863d38d814 test data fixed
2010-05-19 19:41:10 +04:00

8 lines
198 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>test.py</file>
<line>2</line>
<description>Tuples don't support item assignment</description>
</problem>
</problems>