mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-22 20:23:09 +02:00
Fixed bug with double escaped single quotes
Before, the parser always escaped single quotes, independent of the quotes being escaped already. This is now fixed.
This commit is contained in:
parent
d270ef31a4
commit
0523ada9fc
2 changed files with 14 additions and 2 deletions
|
@ -22,6 +22,8 @@
|
|||
Thanks to Florian.
|
||||
- TW #1955 Adding tasks in context.
|
||||
Thanks to Jean-Francois Joly, Matt Smith.
|
||||
- TW #1960 Fixed bug with double escaped single quotes.
|
||||
Thanks to Sebastian Uharek
|
||||
- TW #2004 "shell" should not be expand to "exec tasksh"
|
||||
Thanks to Arvedui
|
||||
- TW #2007 Compute number of current tasks correctly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue