You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow variables to be set to empty strings: `KEY=`
112
112
113
-
**Note:** This overlaps with item #1 but deserves explicit testing and handling.
113
+
**Completed:** Updated unquoted value parser to accept 0 or more characters (changed `min: 1` to `min: 0`). Empty values now parse to empty strings, consistent with quoted empty values.
114
+
115
+
**Changes made:**
116
+
- Changed `unquoted_value` parser to allow `min: 0` characters
0 commit comments