We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953fbef commit b43657cCopy full SHA for b43657c
.config/lingo.dic
@@ -73,3 +73,4 @@ UTF-8
73
whitespace/MS
74
workspace/MS
75
YOLO
76
+porject/MS
src/tests.rs
@@ -286,6 +286,24 @@ struct CAPI;
286
);
287
}
288
289
+ #[test]
290
+ fn issue_340() {
291
+ // The test
292
+ end2end!(
293
+ r####"
294
+/// An image tag <img /> missselled1
295
+/// Another <img>enclosed</img> missselled2
296
+/// Yet again <img> missselled3
297
+/// missselled4
298
+struct Foo;
299
+"####,
300
+ ContentOrigin::TestEntityRust,
301
+ 4,
302
+ HunspellChecker,
303
+ Default::default()
304
+ );
305
+ }
306
+
307
#[test]
308
fn file_justone() {
309
end2end_file_rust!("demo/src/nested/justone.rs", 2);
0 commit comments