From 2394bf2246b1e36099e22bed1b48d19188ba938d Mon Sep 17 00:00:00 2001 From: Martin Bodin Date: Thu, 30 Nov 2023 15:59:59 +0100 Subject: [PATCH] Doesn't the JSX parser accept single quotes? --- test/test_jsx.re | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_jsx.re b/test/test_jsx.re index 2f1bca2e1..6dae1de48 100644 --- a/test/test_jsx.re +++ b/test/test_jsx.re @@ -338,7 +338,7 @@ let svg = ( ), ( "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)], [])], ), (