From fc41690da5eb949599a2ed8f939121ce39fd0b9f Mon Sep 17 00:00:00 2001 From: Martin Bodin Date: Thu, 30 Nov 2023 17:09:47 +0100 Subject: [PATCH] Testing with additionnal double quotes. --- test/test_jsx.re | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_jsx.re b/test/test_jsx.re index 6dae1de48..50c52591a 100644 --- a/test/test_jsx.re +++ b/test/test_jsx.re @@ -333,13 +333,13 @@ let svg = ( ), ( "fill_opacity float, circle", - [], + [], [circle(~a=[a_cx((1., None)), a_cy((2., None)), a_r((3., None)), a_fill_opacity(0.5)], [])], ), ( "fill_opacity percentage, rect", - [], - [rect(~a=[a_cx((1., None)), a_cy((2., None)), a_width((3., None)), a_height((4., None)), a_fill_opacity(0.5)], [])], + [], + [rect(~a=[a_x((1., None)), a_y((2., None)), a_width((3., None)), a_height((4., None)), a_fill_opacity(0.5)], [])], ), ( "fill_rule nonzero",