Difference between revisions of "User:Cactus/Sandbox"
From SME Server
Jump to navigationJump to searchm (Duplicating declaration for all possibilities) |
(Added Note box template example with BugSquish bugzilla link) |
||
(61 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | __TOC__ | |
− | + | ===[[bugzilla: 3283]]=== | |
− | + | ||
− | < | + | <ol> |
− | < | + | <li> |
− | + | lorem ipsum | |
− | < | + | foo bar |
− | + | dolor sit amet | |
− | {{ | + | </li> |
− | + | </ol> | |
− | {{ | + | |
− | + | should be the same as: | |
− | + | ||
+ | <ol> | ||
+ | <li> | ||
+ | lorem ipsum | ||
+ | <pre>foo bar</pre> | ||
+ | dolor sit amet | ||
+ | </li> | ||
+ | </ol> | ||
+ | ---- | ||
+ | ==={{Fail}} This is a failed test in a header=== | ||
+ | ==={{Pass}} This is a passed test in a header=== | ||
+ | |||
+ | --- | ||
+ | ===BugSquish CSS tests === | ||
+ | [[bugzilla: 3283]] | ||
+ | [[bugzilla: 1]] | ||
+ | |||
+ | ===NoteBox template and BugSquish=== | ||
+ | |||
+ | {{Note box|msg=This should show a [[bugzilla: 1]].}} |
Latest revision as of 21:07, 13 February 2013
bugzilla: 3283
- lorem ipsum foo bar dolor sit amet
should be the same as:
-
lorem ipsum
foo bar
dolor sit amet
This is a failed test in a header
This is a passed test in a header
---