mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
Task: Lexer::Type::word arguments are dequoted before being stored
This commit is contained in:
parent
21be6862db
commit
4d82dd7985
1 changed files with 2 additions and 0 deletions
|
@ -2122,6 +2122,8 @@ void Task::modify (modType type, bool text_required /* = false */)
|
|||
// any.
|
||||
if (text != "")
|
||||
{
|
||||
Lexer::dequote (text);
|
||||
|
||||
switch (type)
|
||||
{
|
||||
case modReplace:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue