joggrdocs/tempo

Handle punctuation

zrosenbauer opened this issue ยท 0 comments

Description

When adding punctuation i.e. ; or . or / it adds a "space".

Reproduction

tempo()
  .text('fin')
  .text('.');

// Ouputs: "fin ." instead of "fin."

Environment

node w/e is latest doesn't matter ๐Ÿ˜„