File "IncrementDecrementSpacingUnitTest.js"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.js
File size: 141 bytes
MIME-type: text/plain
Charset: utf-8

var i;

i = 10;
--i;
-- i;
-- /*comment*/ i;
++i;
++
   i;
++/*comment*/i;

i--;
i        --;
i /*comment*/ --;
i++;
i ++;
i /*comment*/ ++;