User:Conscious Code/sandbox: Difference between revisions

Content deleted Content added
m Single quote tests: More refinement
m Fixed Lint errors on this page (stripped tags). Commented out intentional breakage tests so they weren't live cases.
 
(21 intermediate revisions by 3 users not shown)
Line 13:
==== ====
How about this?
 
=== Section => with entities ===
 
= Header count mismatch test #2 ===
Line 60 ⟶ 62:
 
{{ ! }} - Do trailing spaces affect templates?
 
<i>Test</i>
==== <i>Header in HTML</i> ====
<i>Test</i>
<b>
Test -----
Test
</b>
 
<div style="color:red">
* Hello
* list
* yes
</div>
 
<span data-&uuml;bla="&uuml;">test</span>
 
== Table nonsense ==
Line 118 ⟶ 136:
 
Line 6 (2 blank lines before)
 
<!-- following tests cause stripped tag errors
 
== Single quote tests ==
'''Bold <span>With a span interrupting it''' Test test test</span> (continue to see if it goes to the end of the article)
 
== XML tag tests ==
<div class="A">Div<span class="B">Span & div </div> Span not div? Div not span? Neither? </span>
 
<b>SGML-like closing tags?</>(if so, this shouldn't be bold)</b>
 
'''<span>'''Using XML tags to confuse the single quote syntax parsing'''</span>'''
 
 
<b id="b">
This is a bold paragraph
 
Is this also bold?
</b>
 
-->
== <i>Tags</i> in headers ==
[non-url link]
 
Formatted block
Different spaces
Tab indentation starting the line?
Non-breaking space
 Em-space
 
Lists:
* List
**** 4 levels in
*** 3 levels in
* 1 level
 
*
*; Definition
*;* Sublist?
*:* Yes
*: Test
*:* yes
 
== Bold/italic syntax ==
'''''hello'''''
 
== Nowiki's effect on templates ==
<nowiki>{{!}}</nowiki>
 
Does nowiki take attributes?
<nowiki id="seven">Doop</nowiki >
<syntaxhighlight lang=moin>
{{redlinked templates|{{what happens to inner templates?}} <b>and tags?</b>}}
{{a b c {{d e f}} g h i}}
{{{parameters?}}}
</syntaxhighlight>