User:Conscious Code/sandbox: Difference between revisions

Content deleted Content added
m Equals = in a header: Added tests for start-of-line syntaxes in HTML tags
m Fixed Lint errors on this page (stripped tags). Commented out intentional breakage tests so they weren't live cases.
 
(18 intermediate revisions by 3 users not shown)
Line 13:
==== ====
How about this?
 
=== Section => with entities ===
 
= Header count mismatch test #2 ===
Line 61 ⟶ 63:
{{ ! }} - Do trailing spaces affect templates?
 
<i>Test</i>
==== <i>Header in HTML</i> ====
<i>Test</i>
<b>
Test -----
---
Test
</b>
 
<spandiv style="color:red">
* Hello
* list
* yes
</spandiv>
 
<span data-&uuml;bla="&uuml;">test</span>
 
== Table nonsense ==
Line 133 ⟶ 136:
 
Line 6 (2 blank lines before)
 
<!-- following tests cause stripped tag errors
 
== Single quote tests ==
Line 140 ⟶ 145:
<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>