stefano-meschiari / latex2exp

Use LaTeX in R graphics.
Other
185 stars 10 forks source link

Ensure that calling TeX with an empty argument returns expression('') #41

Closed stefano-meschiari closed 2 years ago

stefano-meschiari commented 2 years ago

Fixes #40 by returning expression('') when TeX is called with an empty string.

Adds tests around expected return type/class and length.