From 0ffeea5a5209f1e206720e3cf63d7fe627b8cee0 Mon Sep 17 00:00:00 2001
From: "F. Levi" <55688616+flevi29@users.noreply.github.com>
Date: Thu, 19 Sep 2024 09:06:40 +0300
Subject: [PATCH] Remove wrong comments
---
milli/src/search/new/matches/mod.rs | 3 ---
1 file changed, 3 deletions(-)
diff --git a/milli/src/search/new/matches/mod.rs b/milli/src/search/new/matches/mod.rs
index 8a84f91bd..26115c39b 100644
--- a/milli/src/search/new/matches/mod.rs
+++ b/milli/src/search/new/matches/mod.rs
@@ -936,7 +936,6 @@ mod tests {
"\"The groundbreaking invention had the power to split the world\"",
);
let mut matcher = builder.build(text, None);
- // should highlight "those" and the phrase "and those".
insta::assert_snapshot!(
matcher.format(format_options),
@"The groundbreaking invention had the power to split the world…"
@@ -948,7 +947,6 @@ mod tests {
"\"The groundbreaking invention had the power to split the world between\"",
);
let mut matcher = builder.build(text, None);
- // should highlight "those" and the phrase "and those".
insta::assert_snapshot!(
matcher.format(format_options),
@"The groundbreaking invention had the power to split the world …"
@@ -960,7 +958,6 @@ mod tests {
"\"The groundbreaking invention\" \"embraced progress and those who resisted change\"",
);
let mut matcher = builder.build(text, None);
- // should highlight "those" and the phrase "and those".
insta::assert_snapshot!(
matcher.format(format_options),
@"…between those who embraced progress and those who resisted change…"