Template:Code/testcases: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(Created test cases)
 
(Trying to isolate problem with syntax highlighting)
Line 6: Line 6:
===Sandbox===
===Sandbox===
{{code/sandbox|This is text in the default language.  ''These'' '''quotes''' should be displayed verbatim.}}
{{code/sandbox|This is text in the default language.  ''These'' '''quotes''' should be displayed verbatim.}}
==Code tag with lang==
===Test===
<pre>{{code|printf("This is text in %s", "C");|lang=c}}</pre>
===Sandbox===
{{code/sandbox|printf("This is text in %s", "C");|lang=c}}

Revision as of 15:46, 3 December 2021

Code tag without lang

Test

{{code|This is text in the default language. ''These'' '''quotes''' should be displayed verbatim.}}

Sandbox

{{{code|{{{1}}}}}}