summaryrefslogtreecommitdiff
path: root/test/data/parse2/calc.dat
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/parse2/calc.dat')
-rw-r--r--test/data/parse2/calc.dat7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/data/parse2/calc.dat b/test/data/parse2/calc.dat
new file mode 100644
index 0000000..95abf6c
--- /dev/null
+++ b/test/data/parse2/calc.dat
@@ -0,0 +1,7 @@
+#data
+* { height: calc(50vh + 10px)}
+#errors
+#expected
+| *
+| height: /* -> 0px */ calc(50vh 10px + =)
+#reset \ No newline at end of file