Skip to content

Commit 12f7337

Browse files
committed
fix syntax
1 parent 53c1fa4 commit 12f7337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/bar_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2710,7 +2710,7 @@ describe('bar tweening', function() {
27102710
[250, '.point path', 'datum', 'id', ['A', 'B', 'C']],
27112711
[250, '.point path', 'style', 'fill', ['rgb(128, 0, 128)', 'rgb(128, 64, 0)', 'rgb(0, 64, 128)']],
27122712
[250, '.point path', 'attr', 'd', ['M198,270V118H342V270Z', 'M108,270V132H252V270Z', 'M288,270V208H432V270Z']],
2713-
[250, 'text.bartext', 'attr', 'transform', ['translate(269.7890625 134)','translate(179.5859375 148.25)','translate(359.578125 224.25)']],
2713+
[250, 'text.bartext', 'attr', 'transform', ['translate(269.7890625 134)', 'translate(179.5859375 148.25)', 'translate(359.578125 224.25)']],
27142714
[250, 'path.yerror', 'attr', 'd', ['M266,99h8m-4,0V137m-4,0h8', 'M176,109h8m-4,0V156m-4,0h8', 'M356,194h8m-4,0V223m-4,0h8']],
27152715

27162716
[500, '.point path', 'datum', 'id', ['A', 'B', 'C']],

0 commit comments

Comments
 (0)