Fix unnecessary escaping

This commit is contained in:
Corey Ogburn
2024-06-11 12:34:32 -06:00
parent e90557d7dc
commit d5ef0e5744

View File

@@ -2261,7 +2261,7 @@ soc:
meta: meta:
description = ""; description = "";
strings: strings:
$x = \"string\"; $x = "string";
condition: condition:
all of them; all of them;
} }