blob: b60a48435845e8aea33cc195772d22feafbe8246 [file] [log] [blame]
/* This file contains mixed tabs and spaces for testing purposes */
function hello() {
if (true &&
1 && "hai") {
console.log("hey");
}
}
/**
* Allowed space after tab before block comment
*/
// function commentedOut() {
// console.log('space followed by tab after a // comment');
// }