提交 76c1c8c5 编写于 作者: R Richard Schneeman

Merge pull request #22621 from akshay-vishnoi/add-missing-tests

Add missing test cases for asset_path
......@@ -27,6 +27,8 @@ def url_for(*args)
end
AssetPathToTag = {
%(asset_path("")) => %(),
%(asset_path(" ")) => %(),
%(asset_path("foo")) => %(/foo),
%(asset_path("style.css")) => %(/style.css),
%(asset_path("xmlhr.js")) => %(/xmlhr.js),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册