tests: Add test for auto-closing at end of file

This commit is contained in:
Benjamin Otte 2011-04-07 12:20:22 +02:00
parent 38ca304825
commit c18dc15694
3 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,8 @@ clean-local:
rm $(builddir)/*.out.css || true rm $(builddir)/*.out.css || true
EXTRA_DIST += \ EXTRA_DIST += \
close-at-end-of-file.css \
close-at-end-of-file.ref.css \
does-not-exist.css \ does-not-exist.css \
does-not-exist.ref.css \ does-not-exist.ref.css \
no-semicolon.css \ no-semicolon.css \

View File

@ -0,0 +1,2 @@
foo {
color: rgb(255,255,255)

View File

@ -0,0 +1,3 @@
foo {
color: rgb(255,255,255);
}