Parse error: Illegal token in file '[inline]' on line 3 !FAIL: JSMinPlus : Conditional Comments (1 of 1 tests run so far have failed) ---Output: 0 bytes ---Expected: 204 bytes var isWin; /*@cc_on @if (@_win32) isWin = true; @else @*/ isWin = false; /*@end @*/ var recognizesCondComm = true; //@cc_on/* recognizesCondComm = false; //@cc_on*/ ---Source: 223 bytes var isWin; /*@cc_on @if (@_win32) isWin = true; @else @*/ isWin = false; /*@end @*/ isWin = /*@cc_on!*/!1; var recognizesCondComm = true; //@cc_on/* recognizesCondComm = false; //@cc_on*/