Skip to content

Commit b56e12f

Browse files
committed
test: print value of html5_support? at start of suite
1 parent 3348467 commit b56e12f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/sanitizer_test.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
require "minitest/autorun"
44
require "rails-html-sanitizer"
55

6-
puts Nokogiri::VERSION_INFO
6+
puts "nokogiri version info: #{Nokogiri::VERSION_INFO}"
7+
puts "html5 support: #{Rails::HTML::Sanitizer.html5_support?}"
78

89
#
910
# NOTE that many of these tests contain multiple acceptable results.

0 commit comments

Comments
 (0)