Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <title>Test for unexpected end of @import</title> |
michael@0 | 3 | <style>div { color: red }</style> |
michael@0 | 4 | <style>@import ; div { color: green; }</style> |
michael@0 | 5 | <div>This should be green</div> |