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 6c2da64 commit be4876bCopy full SHA for be4876b
lib/mix/test/mix/tasks/help_test.exs
@@ -225,7 +225,7 @@ defmodule Mix.Tasks.HelpTest do
225
226
if otp_docs? do
227
assert output =~
228
- "This module provides an interface to a number of mathematical functions."
+ "This module provides an interface to a number of mathematical"
229
else
230
assert output =~ ":math was not compiled with docs"
231
end
0 commit comments