コード例 #1
0
ファイル: test_parse_control.py プロジェクト: stashkov/pybel
 def test_parser_triple_spaced(self):
     set_citation_stub.parseString(
         'Citation = {"PubMedCentral", "Trends in molecular medicine", "12928037"}'
     )
コード例 #2
0
ファイル: test_parse_control.py プロジェクト: stashkov/pybel
 def test_parser_double_spaced(self):
     set_citation_stub.parseString('Citation = {"PubMed", "12928037"}')