X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=bin%2Ftest;h=76cebe0fbae7081ef112df4fa667b700bd6d2b06;hb=13c4962aa65776fc699a01d9f34bd8c843f57814;hp=e090fb724b4960fa5c9cd2d273fd888b8da92e92;hpb=0fd11a0dba6b0d5cac2478921d4d1c09cc9ad210;p=mudpy.git diff --git a/bin/test b/bin/test index e090fb7..76cebe0 100755 --- a/bin/test +++ b/bin/test @@ -75,6 +75,11 @@ dialogue = ( (1, 'You say, "Well, you\'re right."', ""), (0, 'says, "Well, you\'re right."', ""), + # Sentence capitalization + (0, "> ", "say this sentence should start with a capital T."), + (0, 'You say, "This sentence', ""), + (1, 'says, "This sentence', ""), + # Actor disappears (1, "> ", "quit"), (0, "You suddenly wonder where .* went\.", ""),