Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeXworks/texworks
/ entry_howPublished
Method
entry_howPublished
unit-tests/BibTeXFile_test.cpp:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void TestBibTeXFile::entry_howPublished()
99
{
100
BibTeXFile b(
"bibtex-1.bib"
);
101
QCOMPARE(b.entry(0).howPublished(), QString());
102
}
103
104
} // namespace UnitTest
105
Callers
nothing calls this directly
Calls
1
howPublished
Method · 0.80
Tested by
no test coverage detected