You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varexpected="This is the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
48
+
varexpected=
49
+
"This is the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
44
50
Assert.Equal(expected,House.Recite(6));
45
51
}
46
52
47
53
[Fact(Skip="Remove this Skip property to run this test")]
48
54
publicvoidVerse_seven_the_maiden_all_forlorn()
49
55
{
50
-
varexpected="This is the maiden all forlorn that milked the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
56
+
varexpected=
57
+
"This is the maiden all forlorn that milked the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
51
58
Assert.Equal(expected,House.Recite(7));
52
59
}
53
60
54
61
[Fact(Skip="Remove this Skip property to run this test")]
varexpected="This is the man all tattered and torn that kissed the maiden all forlorn that milked the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
64
+
varexpected=
65
+
"This is the man all tattered and torn that kissed the maiden all forlorn that milked the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
58
66
Assert.Equal(expected,House.Recite(8));
59
67
}
60
68
61
69
[Fact(Skip="Remove this Skip property to run this test")]
varexpected="This is the priest all shaven and shorn that married the man all tattered and torn that kissed the maiden all forlorn that milked the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
72
+
varexpected=
73
+
"This is the priest all shaven and shorn that married the man all tattered and torn that kissed the maiden all forlorn that milked the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
65
74
Assert.Equal(expected,House.Recite(9));
66
75
}
67
76
68
77
[Fact(Skip="Remove this Skip property to run this test")]
varexpected="This is the rooster that crowed in the morn that woke the priest all shaven and shorn that married the man all tattered and torn that kissed the maiden all forlorn that milked the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
80
+
varexpected=
81
+
"This is the rooster that crowed in the morn that woke the priest all shaven and shorn that married the man all tattered and torn that kissed the maiden all forlorn that milked the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
72
82
Assert.Equal(expected,House.Recite(10));
73
83
}
74
84
75
85
[Fact(Skip="Remove this Skip property to run this test")]
76
86
publicvoidVerse_11_the_farmer_sowing_his_corn()
77
87
{
78
-
varexpected="This is the farmer sowing his corn that kept the rooster that crowed in the morn that woke the priest all shaven and shorn that married the man all tattered and torn that kissed the maiden all forlorn that milked the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
88
+
varexpected=
89
+
"This is the farmer sowing his corn that kept the rooster that crowed in the morn that woke the priest all shaven and shorn that married the man all tattered and torn that kissed the maiden all forlorn that milked the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
79
90
Assert.Equal(expected,House.Recite(11));
80
91
}
81
92
82
93
[Fact(Skip="Remove this Skip property to run this test")]
varexpected="This is the horse and the hound and the horn that belonged to the farmer sowing his corn that kept the rooster that crowed in the morn that woke the priest all shaven and shorn that married the man all tattered and torn that kissed the maiden all forlorn that milked the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
96
+
varexpected=
97
+
"This is the horse and the hound and the horn that belonged to the farmer sowing his corn that kept the rooster that crowed in the morn that woke the priest all shaven and shorn that married the man all tattered and torn that kissed the maiden all forlorn that milked the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.";
86
98
Assert.Equal(expected,House.Recite(12));
87
99
}
88
100
89
101
[Fact(Skip="Remove this Skip property to run this test")]
90
102
publicvoidMultiple_verses()
91
103
{
92
-
varexpected=
104
+
varexpected=
93
105
"This is the cat that killed the rat that ate the malt that lay in the house that Jack built.\n"+
94
106
"This is the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.\n"+
95
107
"This is the cow with the crumpled horn that tossed the dog that worried the cat that killed the rat that ate the malt that lay in the house that Jack built.\n"+
@@ -101,7 +113,7 @@ public void Multiple_verses()
101
113
[Fact(Skip="Remove this Skip property to run this test")]
102
114
publicvoidFull_rhyme()
103
115
{
104
-
varexpected=
116
+
varexpected=
105
117
"This is the house that Jack built.\n"+
106
118
"This is the malt that lay in the house that Jack built.\n"+
107
119
"This is the rat that ate the malt that lay in the house that Jack built.\n"+
0 commit comments