From 48381bd4f6f2bbd559ab8bb78026226b23f03667 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 31 Oct 2020 08:27:52 -0400 Subject: [PATCH] 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. --- testsuite/css/parser/meson.build | 2 ++ 1 file changed, 2 insertions(+) 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',