Skip to content

command parser allows unclosed quoted strings (in the example complete.cpp) #195

@yurivict

Description

@yurivict

For example, the first 3 of these queries are processed incorrectly:

cli> add 1 2 "3
1 + 2 + 3 = 6
cli> add 1 2 '3
1 + 2 + 3 = 6
cli> add 1 2 '''3
1 + 2 + 3 = 6
cli> add 1 2 1'''3
wrong command: add 1 2 1'''3
cli> 

Version: 2.0.2
FreeBSD 13.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions