Skip to content

Commit 977a442

Browse files
authored
Remove strip in static docstring test.
1 parent 6fff0ee commit 977a442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dsl/static_dsl.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ end
564564
return doc.text[1]
565565
else
566566
# Handle pre-Julia 1.11 behavior of @doc
567-
return strip(string(doc))
567+
return string(doc)
568568
end
569569
end
570570
@test doc_to_str(@doc(model)) == "my documentation\n"

0 commit comments

Comments
 (0)