[gtk+] Add one more selector to CSS parsing tests
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Add one more selector to CSS parsing tests
- Date: Sun, 15 Nov 2015 00:05:48 +0000 (UTC)
commit fe65c3ac4ce3aa403ee01622f6247874e6eb93ee
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Nov 14 19:04:42 2015 -0500
Add one more selector to CSS parsing tests
Add an E + F selector to the selector parsing tests.
It is a CSS selector that we support.
testsuite/gtk/stylecontext.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/testsuite/gtk/stylecontext.c b/testsuite/gtk/stylecontext.c
index 25c3881..9dc7039 100644
--- a/testsuite/gtk/stylecontext.c
+++ b/testsuite/gtk/stylecontext.c
@@ -12,6 +12,7 @@ test_parse_selectors (void)
"E {}",
"E F {}",
"E > F {}",
+ "E + F {}",
"E#id {}",
"#id {}",
"tab:first-child {}",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]