File tree Expand file tree Collapse file tree
research/english-gonol/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,26 +27,24 @@ def test_loader_preserves_source_sense_order(
2727 # would silently destroy the source ordinal evidence used by construction.
2828 (tmp_path / "frames.yaml" ).write_text ("{}\n " , encoding = "utf-8" )
2929 (tmp_path / "entries-test.yaml" ).write_text (
30- """ word:\n "
30+ "word:\n "
3131 " n:\n "
3232 " sense:\n "
3333 " - id: z-sense\n "
3434 " synset: s-z\n "
3535 " - id: a-sense\n "
36- " synset: s-a\n "
37- """ ,
36+ " synset: s-a\n " ,
3837 encoding = "utf-8" ,
3938 )
4039 (tmp_path / "noun.test.yaml" ).write_text (
41- """ s-z:\n "
40+ "s-z:\n "
4241 " partOfSpeech: n\n "
4342 " members: [word]\n "
4443 " definition: [first definition]\n "
4544 "s-a:\n "
4645 " partOfSpeech: n\n "
4746 " members: [word]\n "
48- " definition: [second definition]\n "
49- """ ,
47+ " definition: [second definition]\n " ,
5048 encoding = "utf-8" ,
5149 )
5250
You can’t perform that action at this time.
0 commit comments