You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Core/Generators/Expectations/ExpectedOutputStandardBlankLines.html
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,9 @@
72
72
<h1>GeneratorTest Coding Standards</h1>
73
73
<aname="Standard-Element,-blank-line-handling" />
74
74
<h2>Standard Element, blank line handling</h2>
75
-
<pclass="text">There is a blank line at the start of this standard.
76
-
77
-
And the above blank line is also deliberate to test part of the logic.
78
-
79
-
Let's also end on a blank line to test that too.</p>
75
+
<pclass="text">There is a blank line at the start of this standard.</p>
76
+
<pclass="text">And the above blank line is also deliberate to test part of the logic.</p>
77
+
<pclass="text">Let's also end on a blank line to test that too.</p>
80
78
<divclass="tag-line">Documentation generated on #REDACTED# by <ahref="https://github.com/PHPCSStandards/PHP_CodeSniffer">PHP_CodeSniffer #VERSION#</a></div>
<pclass="text">The use of <em>tags</em> in standard descriptions is allowed and their handling should be <em>safeguarded</em>.
76
-
Other tags, like <a href="example.com">link</a>, <b>bold</bold>, <script></script> are not allowed and will be encoded for display when the HTML or Markdown report is used.</p>
75
+
<pclass="text">The use of <em>tags</em> in standard descriptions is allowed and their handling should be <em>safeguarded</em>.<br/>
76
+
Other tags, like <a href="example.com">link</a>, <b>bold</bold>, <script></script> are not allowed and will be encoded for display when the HTML or Markdown report is used.</p>
77
77
<divclass="tag-line">Documentation generated on #REDACTED# by <ahref="https://github.com/PHPCSStandards/PHP_CodeSniffer">PHP_CodeSniffer #VERSION#</a></div>
<h2>Standard Element, indentation should be ignored</h2>
75
-
<pclass="text">This line has no indentation.
76
-
This line has 4 spaces indentation.
77
-
This line has 8 spaces indentation.
78
-
This line has 4 spaces indentation.</p>
75
+
<pclass="text">This line has no indentation.<br/>
76
+
This line has 4 spaces indentation.<br/>
77
+
This line has 8 spaces indentation.<br/>
78
+
This line has 4 spaces indentation.</p>
79
79
<divclass="tag-line">Documentation generated on #REDACTED# by <ahref="https://github.com/PHPCSStandards/PHP_CodeSniffer">PHP_CodeSniffer #VERSION#</a></div>
<pclass="text">This line has to be exactly 99 chars to test part of the logic.------------------------------------
76
-
And this line has to be exactly 100 chars.----------------------------------------------------------
77
-
And here we have a line which should start wrapping as it is longer than 100 chars. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pellentesque iaculis enim quis hendrerit. Morbi ultrices in odio pharetra commodo.</p>
75
+
<pclass="text">This line has to be exactly 99 chars to test part of the logic.------------------------------------<br/>
76
+
And this line has to be exactly 100 chars.----------------------------------------------------------<br/>
77
+
And here we have a line which should start wrapping as it is longer than 100 chars. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean pellentesque iaculis enim quis hendrerit. Morbi ultrices in odio pharetra commodo.</p>
78
78
<divclass="tag-line">Documentation generated on #REDACTED# by <ahref="https://github.com/PHPCSStandards/PHP_CodeSniffer">PHP_CodeSniffer #VERSION#</a></div>
0 commit comments