summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-10-31 08:27:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-10-31 08:30:02 -0400
commit48381bd4f6f2bbd559ab8bb78026226b23f03667 (patch)
tree0acb0cebfed824950ac940025d3ba0ff30410dda
parent1a12999431523772b08108daf816b4faf863745c (diff)
downloadgtk+-48381bd4f6f2bbd559ab8bb78026226b23f03667.tar.gz
testsuite: Add a forgotten test
I've written this test a while ago, but did not add it to the test data list in meson.build.
-rw-r--r--testsuite/css/parser/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/css/parser/meson.build b/testsuite/css/parser/meson.build
index 380489427c..6440d43224 100644
--- a/testsuite/css/parser/meson.build
+++ b/testsuite/css/parser/meson.build
@@ -374,6 +374,8 @@ test_data = [
'not-unclosed.ref.css',
'nth-child.css',
'nth-child.ref.css',
+ 'number-values.css',
+ 'number-values.ref.css',
'opacity.css',
'opacity.ref.css',
'outline-color.css',