| 81 | } |
| 82 | |
| 83 | void row_fileProvider() { |
| 84 | BufferProvider p(QByteArray(4, '\0'), "test.bin"); |
| 85 | QString row = buildCommandRow(p, 0x140000000ULL); |
| 86 | QCOMPARE(row, QStringLiteral(" 'test.bin'\u25BE \u00B7 0x140000000")); |
| 87 | } |
| 88 | |
| 89 | // --------------------------------------------------------------- |
| 90 | // Source span parsing |
nothing calls this directly
no test coverage detected