diff --git a/inform7/Tests/Test Cases/Clarified.txt b/inform7/Tests/Test Cases/Clarified.txt index d9b95d942..4f5af876d 100644 --- a/inform7/Tests/Test Cases/Clarified.txt +++ b/inform7/Tests/Test Cases/Clarified.txt @@ -12,4 +12,8 @@ After dropping: now no-clarifications is true; continue the action. -Test me with "get box / red / drop box / l / get box / i". +After taking the blue box: + now no-clarifications is false; + continue the action. + +Test me with "get box / red / drop box / l / get box / i / get blue box / drop box". diff --git a/inform7/Tests/Test Cases/_Results_Ideal/Clarified.txt b/inform7/Tests/Test Cases/_Results_Ideal/Clarified.txt index 22d4af022..20c5977de 100644 --- a/inform7/Tests/Test Cases/_Results_Ideal/Clarified.txt +++ b/inform7/Tests/Test Cases/_Results_Ideal/Clarified.txt @@ -30,4 +30,10 @@ You are carrying: a red box + >[7] get blue box + Taken. + + >[8] drop box + Which do you mean, the blue box or the red box? + > > \ No newline at end of file