Skip to content

Commit

Permalink
Small Bugfix in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
coledea committed Jun 11, 2018
1 parent bfa2964 commit 7d019e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ testAddParsedWord
text := '...HalloBumbleBee?=)'.
parser := SpellingTextParser new.
strings := Dictionary new.
strings := parser addParsedWord: text from: 4 to: (text size) - 3 into: strings.
parser addParsedWord: text from: 4 to: (text size) - 3 into: strings.
self assert: (strings size = 3)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"class" : {
},
"instance" : {
"testAddParsedWord" : "II 6/2/2018 21:07:05",
"testAddParsedWord" : "ow 6/11/2018 22:52:13",
"testCamelCaseParsing" : "II 6/9/2018 14:24:13",
"testGetSentenceContext" : "II 6/9/2018 14:51:56",
"testIsSentenceSeparator" : "II 6/9/2018 14:55:44",
Expand Down

0 comments on commit 7d019e6

Please sign in to comment.