Sha256: 6298f45c7202f666f0fc1df46d98e17a96e54955fb963b2c827edf06e37260f1

Contents?: true

Size: 381 Bytes

Versions: 43

Compression:

Stored size: 381 Bytes

Contents

/*jsl:option explicit*/
function invalid_fallthru() {
    /* mistake - invalid use of fallthru */
    /*jsl:fallthru*/ /*warning:invalid_fallthru*/
	var i;
    switch (i) {
      /*jsl:fallthru*/ /*warning:invalid_fallthru*/
      case /*jsl:fallthru*/1: /*warning:invalid_fallthru*/
        break;
      default /*jsl:fallthru*/: /*warning:invalid_fallthru*/
		break;    
    }
}

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
distil-0.13.0 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.12.6 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.12.4 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.12.3 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.12.2 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.12.1 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.12.0 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.11.8 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.11.6 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.11.5 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.11.4 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.11.3 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.11.1 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.11.0 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.10.4 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.10.3 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.10.1 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.10.0 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.8.4 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js
distil-0.8.2 vendor/jsl-0.3.0/tests/control_comments/invalid_fallthru.js