From d5176ef294b4a90d0d2984441362632832e88e28 Mon Sep 17 00:00:00 2001 From: Gergely Gyorgy Both Date: Fri, 29 Mar 2024 22:08:35 +0100 Subject: [PATCH] Fixed #2260 - ' - // ] - input: [ + unchanged: [ '' - ], - output: [ + ] + }, { + comment: 'CSS @media, the inside of ', + '', + '', + '
', + '@if(someOtherExpression) {', + 'Text', + '}', + '
', + '' + ], + output: [ + '', + ' ', + ' ', + '', + '', + '
', + ' @if(someOtherExpression) {', + ' Text', + ' }', + '
', + '' ] }] }, { - name: "No indenting for angular control flow should be done if indent_handlebars is false", + name: "No indenting for angular control flow should be done if angular templating is not set", description: "https://github.com/beautify-web/js-beautify/issues/2219", template: "^^^ $$$", - options: [ - { name: "templating", value: "'angular, handlebars'" }, - { name: "indent_handlebars", value: "false" } - ], tests: [{ unchanged: [ '@if (a > b) {',