summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-09-20 09:33:44 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-09-20 09:33:44 +0100
commit3e58dd9a29a10cd6400031f0b510084ffacc41d0 (patch)
tree74a4b73a25b4f711fce9fa6c4f6954e6b517cfda /test
parent2fcb157f28b152ba32e89baddbd811b0d6e76b79 (diff)
downloadlibcss-3e58dd9a29a10cd6400031f0b510084ffacc41d0.tar.gz
libcss-3e58dd9a29a10cd6400031f0b510084ffacc41d0.tar.bz2
Unit tests: Add non-integer NUMBER parsing test.
Diffstat (limited to 'test')
-rw-r--r--test/data/parse2/tests1.dat8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/data/parse2/tests1.dat b/test/data/parse2/tests1.dat
index 30afea8..ec826b2 100644
--- a/test/data/parse2/tests1.dat
+++ b/test/data/parse2/tests1.dat
@@ -94,6 +94,14 @@
#reset
#data
+* { line-height: 3.5; }
+#errors
+#expected
+| *
+| line-height: 3.500
+#reset
+
+#data
* { max-height: inherit; }
#errors
#expected