Skip to content

Commit

Permalink
Tests ending a statement with whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
matts-code committed Feb 21, 2016
1 parent 32e2ca6 commit 0b5cb5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bob.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@
"description": "other whitespace",
"input": "\n\r \t\u000b\u00a0\u2002",
"expected": "Fine. Be that way!"
},
{
"description": "non-question ending with whitespace",
"input": "This is a statement ending with whitespace ",
"expected": "Whatever."
}
]
}

0 comments on commit 0b5cb5f

Please sign in to comment.