hello i use jscpd to scan my program and find the result of the same file is not right.
the parameter what i used:

the result what i got:
【firstFile】:
"name": "app/src/nodes/components/BaseInfo.jsx",
"start": 173,
the 173 line :<Form.Item formItemKey="contractName" span={12} label="xxx:">
【secondFile】:
"name": "app/src/nodes/components/BaseInfo.jsx",
"start": 166,
the 166 line :<Form.Item formItemKey="templateName" span={11} label="xxx:">
look,the 166 line and the 173 line is not same ,why cause that?
hello i use jscpd to scan my program and find the result of the same file is not right.
the parameter what i used:

the result what i got:
【firstFile】:
"name": "app/src/nodes/components/BaseInfo.jsx",
"start": 173,
the 173 line :<Form.Item formItemKey="contractName" span={12} label="xxx:">
【secondFile】:
"name": "app/src/nodes/components/BaseInfo.jsx",
"start": 166,
the 166 line :<Form.Item formItemKey="templateName" span={11} label="xxx:">
look,the 166 line and the 173 line is not same ,why cause that?