Skip to content

Commit 86486f2

Browse files
committed
Merge pull request #696 from mgreter/activate/precision-tests
Activate precision tests
2 parents 3952bdf + 22c5303 commit 86486f2

17 files changed

+50
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test { foo: 0.4999 0; bar: 0.49999 0; baz: 0.5 1; }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test{foo:0.4999 0;bar:0.49999 0;baz:0.5 1}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
test {
2+
foo: 0.4999 0;
3+
bar: 0.49999 0;
4+
baz: 0.5 1;
5+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
test {
2+
foo: 0.4999 0;
3+
bar: 0.49999 0;
4+
baz: 0.5 1; }
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
test {
2+
foo: 0.4999 round(0.4999);
3+
bar: 0.49999 round(0.49999);
4+
baz: 0.499999 round(0.499999);
5+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test { foo: 0.4999 0; bar: 0.49999 0; baz: 0.499999 0; }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test{foo:0.4999 0;bar:0.49999 0;baz:0.499999 0}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
test {
2+
foo: 0.4999 0;
3+
bar: 0.49999 0;
4+
baz: 0.499999 0;
5+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
test {
2+
foo: 0.4999 0;
3+
bar: 0.49999 0;
4+
baz: 0.499999 0; }
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
test {
2+
foo: 0.4999 round(0.4999);
3+
bar: 0.49999 round(0.49999);
4+
baz: 0.499999 round(0.499999);
5+
}

0 commit comments

Comments
 (0)