ingydotnet/git-hub

Cannot include brackets in issue titles for issue-new

frioux opened this issue · 3 comments

I get the error: New issue failed: Problems parsing JSON

Could you please post the issue title(s) that failed? I had to create 3 test issues with the following titles:

a test issue wth <brackets>
a test issue wth {brackets}
a test issue wth [brackets]

two find out which brackets you mean, but all 3 worked.

putting the [brackets] and {brackets} to the beginning of the title resulted in an error.

this is a bug in json-dump-object and is related to #148
basically, the argument to the function is considered already JSON if it starts with a { or [

Right, [foo] is a common title prefix.

sent from a rotary phone, pardon my brevity
On Jan 24, 2016 3:54 AM, "Tina Müller (tinita)" notifications@github.com
wrote:

this is a bug in json-dump-object and is related to #148
#148
basically, the argument to the function is considered already JSON if it
starts with a { or [


Reply to this email directly or view it on GitHub
#199 (comment).