Skip to content

Commit

Permalink
Fix suggestions unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gulshan committed Dec 8, 2023
1 parent 43da507 commit 463b2bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/fixed/method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ impl FixedMethod {
return;
}

// ঔ making with Hasanta + AU Length Mark
// ঔ making with Hasanta + AU Length Mark
if character == B_LENGTH_MARK && rmc == B_HASANTA {
self.buffer.pop();
self.buffer.push(B_OU);
Expand Down Expand Up @@ -597,7 +597,7 @@ mod tests {
let mut config = get_fixed_method_defaults();
let data = Data::new(&config);
config.set_suggestion_include_english(true);

config.set_smart_quote(true);
method.get_suggestion(VC_QUOTE, 0, &data, &config);
method.get_suggestion(VC_K, 0, &data, &config);
Expand Down Expand Up @@ -630,14 +630,14 @@ mod tests {
method.suggestions,
[
"হাসি",
"😁",
"☺",
"🙂",
"😄",
"😃",
"😁",
"😀",
"হাসিল",
"হাসিব",
"হাসিত",
"হাসিস",
"হাসিব"
]
);

Expand Down

0 comments on commit 463b2bd

Please sign in to comment.