not-empty.js (434B)
1 #! these characters should be treated as a comment 2 3 // Copyright (C) 2019 Leo Balter. All rights reserved. 4 // This code is governed by the BSD license found in the LICENSE file. 5 6 /*--- 7 esid: pending 8 description: > 9 Hashbang comments should be allowed in Scripts and should not be required to be empty. 10 info: | 11 HashbangComment:: 12 #! SingleLineCommentChars[opt] 13 flags: [raw] 14 features: [hashbang] 15 ---*/ 16 17 reportCompare(0, 0);