Skip to content

Commit

Permalink
Remove strip in static docstring test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ztangent authored Sep 5, 2024
1 parent 6fff0ee commit 977a442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dsl/static_dsl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ end
return doc.text[1]
else
# Handle pre-Julia 1.11 behavior of @doc
return strip(string(doc))
return string(doc)
end
end
@test doc_to_str(@doc(model)) == "my documentation\n"
Expand Down

0 comments on commit 977a442

Please sign in to comment.