**Is your feature request related to a problem? Please describe.** - `m= '1'` is accepted by the parser. - `m= "1"` is rejected by the parser. **Describe the solution you'd like** Allow both delimiters which is convenient for writing shell command.