Merge "VirtualRESTServiceClient management cleanups"
[lhc/web/wiklou.git] / tests / parser / parserTests.txt
index d6d2b29..c7bbc62 100644 (file)
@@ -27140,3 +27140,12 @@ Thumbnail output
 </div>
 </div>
 !! end
+
+!! test
+unclosed internal link XSS (T137264)
+!! wikitext
+[[#%3Cscript%3Ealert(1)%3C/script%3E|
+!! html
+<p>[[#&lt;script&gt;alert(1)&lt;/script&gt;|
+</p>
+!! end