[gtk+/parser: 16/18] tests: Add CSS test checking that we don't need a semicolon
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/parser: 16/18] tests: Add CSS test checking that we don't need a semicolon
- Date: Thu, 7 Apr 2011 10:23:49 +0000 (UTC)
commit 2e5a805a32c565b55bab431e470a331b3c414a4d
Author: Benjamin Otte <otte redhat com>
Date: Thu Apr 7 12:14:58 2011 +0200
tests: Add CSS test checking that we don't need a semicolon
tests/css/parser/Makefile.am | 2 ++
tests/css/parser/no-semicolon.css | 3 +++
tests/css/parser/no-semicolon.ref.css | 3 +++
3 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/tests/css/parser/Makefile.am b/tests/css/parser/Makefile.am
index 1108f1b..30b6013 100644
--- a/tests/css/parser/Makefile.am
+++ b/tests/css/parser/Makefile.am
@@ -27,4 +27,6 @@ clean-local:
EXTRA_DIST += \
does-not-exist.css \
does-not-exist.ref.css \
+ no-semicolon.css \
+ no-semicolon.ref.css \
simple.css
diff --git a/tests/css/parser/no-semicolon.css b/tests/css/parser/no-semicolon.css
new file mode 100644
index 0000000..ef6b32c
--- /dev/null
+++ b/tests/css/parser/no-semicolon.css
@@ -0,0 +1,3 @@
+foo {
+ color: rgb(255,255,255)
+}
diff --git a/tests/css/parser/no-semicolon.ref.css b/tests/css/parser/no-semicolon.ref.css
new file mode 100644
index 0000000..2dd4e4f
--- /dev/null
+++ b/tests/css/parser/no-semicolon.ref.css
@@ -0,0 +1,3 @@
+foo {
+ color: rgb(255,255,255);
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]