提交 895d83af 编写于 作者: V Vidar Holen

s/deprecated/legacy/ for backtick warnings.

上级 39bc0117
......@@ -1715,7 +1715,7 @@ checkPS1Assignments _ _ = return ()
prop_checkBackticks1 = verify checkBackticks "echo `foo`"
prop_checkBackticks2 = verifyNot checkBackticks "echo $(foo)"
checkBackticks _ (T_Backticked id _) =
style id 2006 "Use $(..) instead of deprecated `..`"
style id 2006 "Use $(..) instead of legacy `..`."
checkBackticks _ _ = return ()
prop_checkIndirectExpansion1 = verify checkIndirectExpansion "${foo$n}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册