PHP Classes

File: vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputCodeTitleLineWrapping.md

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputCodeTitleLineWrapping.md   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputCodeTitleLineWrapping.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 19 days ago
Size: 1,170 bytes
 

Contents

Class file image Download

GeneratorTest Coding Standard

Code Title, line wrapping

This is a standard block. <table> <tr>

<th>Valid: exactly 45 character long description.</th>
<th>Invalid: exactly 45 char long description---.</th>

</tr> <tr> <td>

// Dummy.

</td> <td>

// Dummy.

</td> </tr> </table> <table> <tr>

<th>Valid: exactly 46 character long description-.</th>
<th>Invalid: exactly 46 character long description</th>

</tr> <tr> <td>

// Dummy.

</td> <td>

// Dummy.

</td> </tr> </table> <table> <tr>

<th>Valid: exactly 47 character long description--.</th>
<th>Invalid: exactly 47 character long description.</th>

</tr> <tr> <td>

// Dummy.

</td> <td>

// Dummy.

</td> </tr> </table> <table> <tr>

<th>Valid: this description is longer than 46 characters and will wrap.</th>
<th>Invalid: this description is longer than 46 characters and will wrap.</th>

</tr> <tr> <td>

// Dummy.

</td> <td>

// Dummy.

</td> </tr> </table>

Documentation generated on REDACTED by PHP_CodeSniffer VERSION