Esempio n. 1
0
 def test_parser_triple_spaced(self):
     set_citation_stub.parseString(
         'Citation = {"PubMedCentral", "Trends in molecular medicine", "12928037"}'
     )
Esempio n. 2
0
 def test_parser_double_spaced(self):
     set_citation_stub.parseString('Citation = {"PubMed", "12928037"}')