Land release blocker fixes and workspace cleanup
This commit is contained in:
@@ -540,8 +540,12 @@ mod tests {
|
||||
fn is_hallucination_allows_dialogue_containing_thanks_mid_sentence() {
|
||||
// Exact-match on trail phrases means legitimate dialogue that
|
||||
// mentions "thanks" or "subscribe" is never dropped.
|
||||
assert!(!is_hallucination("Thanks for the heads up on the migration"));
|
||||
assert!(!is_hallucination("Please subscribe to the RSS feed and tell me when it updates"));
|
||||
assert!(!is_hallucination(
|
||||
"Thanks for the heads up on the migration"
|
||||
));
|
||||
assert!(!is_hallucination(
|
||||
"Please subscribe to the RSS feed and tell me when it updates"
|
||||
));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user