gpt4 book ai didi

html - 忽略用 y 关闭 x 的尝试

转载 作者:行者123 更新时间:2023-11-28 21:03:02 25 4
gpt4 key购买 nike

Ruby on Rails 有时会给您带来烦人的“忽略用 y 关闭 x 的尝试”warnings arising from assert_select .这些警告通常是无效 HTML 的结果,但有时即使 HTML 有效,它们也会出现。在我的案例中,运行 ruby test/functional/my_controller_test.rb 时出现的错误如下所示:

..ignoring attempt to close div with h2
opened at byte 8551, line 207
closed at byte 9554, line 243
attributes at open: {"class"=>"my_css_class", "id"=>"object_1"}
text around open: " \r\n \r\n \r\n \r\n\r\n <div class=\"my_css_class"
text around close: "</a>\r\n </h2>\r\n\r\n <span"

但是没有尝试关闭带有 h2 标签的 div。我尝试了 HTML 验证器,但没有成功。 The -W0 parameter mentioned by Giles seems to help - ruby -W0 test/functional/my_controller_test.rb 不再发出警告,但这对 rake test:whatever 不起作用。 -W0 有什么作用,如何避免使用它?

最佳答案

在测试助手中:

class ActionController::TestCase  
include Devise::TestHelpers
Paperclip.options[:log] = false
Mocha::Deprecation.mode = :disabled

#
# kill verbsity
#
verbosity = $-v
$-v = nil

end

关于html - 忽略用 y 关闭 x 的尝试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11366502/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com