Ch.8 Strings: question 9 typo

Bug #1302944 reported by John Morgan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
thinkcspy
New
Undecided
Unassigned

Bug Description

The last two tests have assignment operators:

test(remove_letter("a", "apple") == "pple")
test(remove_letter("a", "banana") == "bnn")
test(remove_letter("z", "banana") == "banana")
test(remove_letter("i", "Mississippi") == "Msssspp")
test(remove_letter("b", "") = "")
test(remove_letter("b", "c") = "c")

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.