forked from AuroraMiddleware/gtk
tests: Add test for auto-closing at end of file
This commit is contained in:
parent
38ca304825
commit
c18dc15694
@ -25,6 +25,8 @@ clean-local:
|
||||
rm $(builddir)/*.out.css || true
|
||||
|
||||
EXTRA_DIST += \
|
||||
close-at-end-of-file.css \
|
||||
close-at-end-of-file.ref.css \
|
||||
does-not-exist.css \
|
||||
does-not-exist.ref.css \
|
||||
no-semicolon.css \
|
||||
|
2
tests/css/parser/close-at-end-of-file.css
Normal file
2
tests/css/parser/close-at-end-of-file.css
Normal file
@ -0,0 +1,2 @@
|
||||
foo {
|
||||
color: rgb(255,255,255)
|
3
tests/css/parser/close-at-end-of-file.ref.css
Normal file
3
tests/css/parser/close-at-end-of-file.ref.css
Normal file
@ -0,0 +1,3 @@
|
||||
foo {
|
||||
color: rgb(255,255,255);
|
||||
}
|
Loading…
Reference in New Issue
Block a user