MCPcopy Create free account
hub / github.com/TeXworks/texworks / isPostscriptFile

Method isPostscriptFile

unit-tests/Document_test.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void TestDocument::isPostscriptFile()
192{
193 QFETCH(bool, success);
194 QCOMPARE(Tw::Document::isPostscriptFile(QString::fromUtf8(QTest::currentDataTag())), success);
195}
196
197void TestDocument::fileInfo()
198{

Callers

nothing calls this directly

Calls 1

isPostscriptFileFunction · 0.85

Tested by

no test coverage detected