From a00471ff2e26fa5f1cb6be4d9ba3d3dbdff0a578 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 23 Nov 2023 19:57:36 +0200 Subject: [tests] Added test for appending inner definition and closing braces next to each other --- tests.csma | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/tests.csma b/tests.csma index 106e34e..6842774 100644 --- a/tests.csma +++ b/tests.csma @@ -260,3 +260,35 @@ a<8A>a<8B><8C>a padding: 10; } +[Test 15: Inner definition placement in parent on append] + +<15C> { + width: 100%; +} + +<15A> { + a + <15C> + {} + b + <15C> +} + +<15A> { + { + color: white; + } +} + +<15A> + +[Test 16: Same line closing braces on parent and child] + +<16A> { + { + color: white; +}} + +<16A> +a +<16A/B> -- cgit v1.2.3