* Fixes to prag_sbd tests

This commit is contained in:
Matthew Honnibal 2015-06-07 21:19:17 +02:00
parent 7a9e9ab9b2
commit 957e6eaa8a

View File

@ -220,10 +220,10 @@ def test_gr45():
def test_gr46():
sents = get_sent_strings("Thoreau argues that by simplifying ones life, “the laws of the universe will appear less complex. . . .”")
assert sents == end
assert sents == ("Thoreau argues that by simplifying ones life, “the laws of the universe will appear less complex. . . .”")
def test_gr47():
sents = get_string("""Bohr [...] used the analogy of parallel stairways [...]" (Smith 55).""")
sents = get_sent_strings("""Bohr [...] used the analogy of parallel stairways [...]" (Smith 55).""")
assert sents == ['"Bohr [...] used the analogy of parallel stairways [...]" (Smith 55).']
def test_gr48():