You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tend to use parentheses/brackets occasionally in task descriptions. I noticed that when I add them, the opening bracket gets padded with an extra space after it. See trace - I input @(brackets)@ and got back @( brackets)@. This doesn't happen in 1.9.4.
F:\Dropbox\TextFiles>task200beta2\bin\task add Testing with (brackets) here
Created task 90.
F:\Dropbox\TextFiles>task200beta2\bin\task new
ID Project ! Due Count * + R Dep Description Age
* - ------- - ---------- ------- - - - --- --------------------------------------------------------------------------------- ---
90 Testing with ( brackets) here 7s
The text was updated successfully, but these errors were encountered:
This is a consequence of moving towards being able to perform math, such as "due:today + 3". Now it should be possible to have the parser decide it is not math, and revert to other interpretations, but that isn't possible yet. There are several parser-related issues that cannot be addressed yet.
Michelle Crane on 2011-09-27T12:02:24Z says:
I tend to use parentheses/brackets occasionally in task descriptions. I noticed that when I add them, the opening bracket gets padded with an extra space after it. See trace - I input @(brackets)@ and got back @( brackets)@. This doesn't happen in 1.9.4.
The text was updated successfully, but these errors were encountered: