We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848c576 commit 2a7d97dCopy full SHA for 2a7d97d
crates/ra_syntax/src/ast.rs
@@ -217,10 +217,7 @@ fn test_doc_comment_multi_line_block_strips_suffix() {
217
#[test]
218
fn test_comments_preserve_trailing_whitespace() {
219
let file = SourceFile::parse(
220
- r#"
221
-/// Representation of a Realm.
222
-/// In the specification these are called Realm Records.
223
-struct Realm {}"#,
+ "\n/// Representation of a Realm. \n/// In the specification these are called Realm Records.\nstruct Realm {}",
224
)
225
.ok()
226
.unwrap();
0 commit comments