mirror of
https://github.com/discourse/discourse.git
synced 2025-06-10 05:33:42 +08:00
BUGFIX: A MDTest was conflicting with BBCode support for upper case
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
Just a [URL](/url/).
|
Just a [LINK](/url/).
|
||||||
|
|
||||||
[URL and title](/url/ "title").
|
[URL and title](/url/ "title").
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<p>Just a <a href="/url/">URL</a>.</p>
|
<p>Just a <a href="/url/">LINK</a>.</p>
|
||||||
|
|
||||||
<p><a href="/url/" title="title">URL and title</a>.</p>
|
<p><a href="/url/" title="title">URL and title</a>.</p>
|
||||||
|
|
||||||
|
@ -33,7 +33,6 @@ test("first", function(){
|
|||||||
});
|
});
|
||||||
|
|
||||||
<%
|
<%
|
||||||
|
|
||||||
def mdtest_suite
|
def mdtest_suite
|
||||||
result = ""
|
result = ""
|
||||||
Dir.glob("#{Rails.root}/test/javascripts/mdtest/fixtures/*.text").each do |f|
|
Dir.glob("#{Rails.root}/test/javascripts/mdtest/fixtures/*.text").each do |f|
|
||||||
@ -47,7 +46,6 @@ test("first", function(){
|
|||||||
end
|
end
|
||||||
result
|
result
|
||||||
end
|
end
|
||||||
|
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<%= mdtest_suite %>
|
<%= mdtest_suite %>
|
||||||
|
Reference in New Issue
Block a user