mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
Fix the build.
This commit is contained in:
@ -4,7 +4,7 @@ require 'pretty_text'
|
|||||||
describe PrettyText do
|
describe PrettyText do
|
||||||
|
|
||||||
it "supports details tag" do
|
it "supports details tag" do
|
||||||
cooked_html = "<details><summary>foo</summary>\n\n<p>bar</p>\n\n<p></p></details>"
|
cooked_html = "<details><summary>foo</summary>\n\n<p>bar</p>\n\n</details>"
|
||||||
expect(PrettyText.cook("<details><summary>foo</summary>bar</details>")).to match_html(cooked_html)
|
expect(PrettyText.cook("<details><summary>foo</summary>bar</details>")).to match_html(cooked_html)
|
||||||
expect(PrettyText.cook("[details=foo]bar[/details]")).to match_html(cooked_html)
|
expect(PrettyText.cook("[details=foo]bar[/details]")).to match_html(cooked_html)
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user