Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some corner cases are not parsed correctly #44

Closed
gpapp opened this issue Nov 12, 2015 · 0 comments
Closed

Some corner cases are not parsed correctly #44

gpapp opened this issue Nov 12, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@gpapp
Copy link
Owner

gpapp commented Nov 12, 2015

Examples:

   *@Meeting[Dogbert]Just{5minutes}@Hell#12
   *@Meeting[Catbert]Just{5minutes}@Hell#2@Hell#42
   *This@Context#1Will{today}be wrong

Should produce:

    *  #1 Just 2 [Dogbert] for Test @Meeting,Hell  {5minutes}
    *  #4 Just 2 [Catbert] for Test @Meeting,Hell  {5minutes}
    *  #1 This Will be wrong [Dogbert] for Test @Context  {today}

instead

    * #1 Just [Dogbert] for Test @Meeing @Hell2 {5minutes}
    * #4 1 Just [Catbert] for Test @Meeting @Hell @Hell2 {5minutes}
    * #1 This be wrong for Test @ContextWill  {today}
@gpapp gpapp added the bug label Nov 12, 2015
@gpapp gpapp added this to the v1.7.0 milestone Nov 12, 2015
@gpapp gpapp self-assigned this Nov 12, 2015
@gpapp gpapp removed this from the v1.7.0 milestone Mar 17, 2016
@gpapp gpapp closed this as completed in 13c7087 Mar 17, 2016
@gpapp gpapp added this to the v1.8.2 milestone Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant