dlang / dlang-bot

dlang-bot for automated bugzilla, github, and trello references
https://bot.dlang.io/
MIT License
22 stars 14 forks source link

Spurious escape in bug description #276

Closed MoonlightSentinel closed 3 years ago

MoonlightSentinel commented 3 years ago

dlang-bot added an extra \ to the description of this issue in dlang/dmd#12586.

Description from the bot message:

Segfault on noreturn\.init

Bugzilla title:

Segfault on noreturn.init
CyberShadow commented 3 years ago

It attempted to escape the ` by doubling it: https://github.com/dlang/dlang-bot/blob/21336e502f97e582a6cb4deab5d232c476060c5f/source/dlangbot/github.d#L42

That didn't work. I don't know why it tried to do it that way.