We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a41867 commit 8fe7c0dCopy full SHA for 8fe7c0d
spec/qiita/markdown/filters/code_block_spec.rb
@@ -57,7 +57,7 @@
57
HTML
58
end
59
60
- it "adds lang on pre " do
+ it "adds lang on pre" do
61
expect(filter.call.to_s).to eq(output_html)
62
63
@@ -76,7 +76,7 @@
76
77
78
79
- it "adds lang and filename on pre " do
+ it "adds lang and filename on pre" do
80
81
82
@@ -97,7 +97,7 @@
97
98
99
100
101
102
103
@@ -117,7 +117,7 @@
117
118
119
120
121
122
123
0 commit comments