-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Type: BugSomething isn't working as expected.Something isn't working as expected.
Description
🐞 Bug Report
Describe the bug
Codium: Minifier deletes blanks after colon in property value
Is this a regression?
To Reproduce
- Create a JSON file
- Example: {"a": "Example: Bla"}
- Minify it
- Result: {"a":"Example:Bla"}
Expected behaviour
Result should be {"a":"Example: Bla"}
Media prove
Your environment
- OS:
CODIUM 1.96.2, Release 24355
Linux openSUSE Leap 15.6
KDE-Plasma-Version: 5.27.11
KDE-Frameworks-Version: 5.115.0
Qt-Version: 5.15.12
Additional context
In my view property values should never be minified.
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't working as expected.Something isn't working as expected.