LinqLover / TelegramSmalltalkBot

A Telegram bot that connects you to a remote Squeak/Smalltalk image and allows you to explore it by sending Smalltalk expressions to the bot.
https://t.me/SqueakSmalltalkBot
11 stars 1 forks source link

Large inspect messages are not formatted entirely #31

Open LinqLover opened 3 years ago

LinqLover commented 3 years ago

Steps to reproduce: Send the following message to the bot:

/inspect 1 to: 97

Expected output: For each list element, the index is displayed with an underlined formatting.

Actual output: The underline is missing for the last index.

LinqLover commented 3 years ago

This is an upstream bug, see LinqLover/TelegramBot#20.