File tree 2 files changed +8
-8
lines changed
test/lib/docs/filters/core 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (4.1.0 )
4
+ activesupport (4.1.1 )
5
5
i18n (~> 0.6 , >= 0.6.9 )
6
6
json (~> 1.7 , >= 1.7.7 )
7
7
minitest (~> 5.1 )
32
32
i18n (0.6.9 )
33
33
json (1.8.1 )
34
34
method_source (0.8.2 )
35
- mini_portile (0.5.3 )
36
- minitest (5.3.3 )
37
- multi_json (1.9.3 )
38
- nokogiri (1.6.1 )
39
- mini_portile (~> 0.5 .0 )
35
+ mini_portile (0.6.0 )
36
+ minitest (5.3.4 )
37
+ multi_json (1.10.0 )
38
+ nokogiri (1.6.2. 1 )
39
+ mini_portile (= 0.6 .0 )
40
40
options (2.3.2 )
41
41
progress_bar (1.0.0 )
42
42
highline (~> 1.6.1 )
51
51
rack-test (0.6.2 )
52
52
rack (>= 1.0 )
53
53
rr (1.1.2 )
54
- sass (3.3.6 )
54
+ sass (3.3.7 )
55
55
sinatra (1.4.5 )
56
56
rack (~> 1.4 )
57
57
rack-protection (~> 1.4 )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class CleanHtmlFilterTest < MiniTest::Spec
17
17
18
18
it "removes extraneous whitespace" do
19
19
@body = "<p> \n Test <b></b> \n </p> \n <div>\r </div>\n \n "
20
- assert_equal '<p> Test <b></b> </p> <div> </div>' , filter_output_string
20
+ assert_equal '<p> Test <b></b> </p> <div> </div> ' , filter_output_string
21
21
end
22
22
23
23
it "doesn't remove whitespace from <pre> and <code> nodes" do
You can’t perform that action at this time.
0 commit comments