File "IncrementDecrementSpacingUnitTest.js.fixed"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.js.fixed
File size: 127 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*/ ++;