Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Special characters in tasklog file need to be escaped. #5

@mtso

Description

@mtso

Strings are currently cut off early if it contains a pattern like ", that tricks the parser into thinking it has reached the end of the string.
Solution:
When writing double quotes or commas into a tasklog, prefix with a \ backslash to escape it.
When loading tasklogs through FileStore, expect double quotes and commas to be escaped.

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