From 2efc4bac6ef3efed1af5246d0c76052012561c17 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_jsx.re b/test/test_jsx.re index 6dae1de48..218a4e4dc 100644 --- a/test/test_jsx.re +++ b/test/test_jsx.re @@ -333,12 +333,12 @@ 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)], [])], ), (