// // Simple comment tests for Fawkss. // --- TEST --- /** * This will appear in the final source code. */ // But this won't. :root {} // This rule should appear, but the comment shouldn't. --- EXPECTED --- /** * This will appear in the final source code. */ :root {} --- END ---