diff options
Diffstat (limited to 'tests/test-inputs/test5.1.css')
-rw-r--r-- | tests/test-inputs/test5.1.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-inputs/test5.1.css b/tests/test-inputs/test5.1.css index 9b7cef8..4d8bd3f 100644 --- a/tests/test-inputs/test5.1.css +++ b/tests/test-inputs/test5.1.css @@ -1,5 +1,6 @@ +[attr2=val2] {prop5: val5} E0 {prop0: val0} E0+E1{pro1:val1} E1 E1-1 {prop2: val2} E1 > E1-1 {prop3: val3} -document E1-1 {prop4: val4}
\ No newline at end of file +document E1-1 {prop4: val4} |