fast-string-interpolator icon indicating copy to clipboard operation
fast-string-interpolator copied to clipboard

Add interpolator with stripMargin at compile-time

Open ronanM opened this issue 2 years ago • 0 comments

Add new interpolator (for exemple fsm) with stripMargin computed at compile-time.

assert(
  fsm"""|a
        |  b
        |c""" ==
  s"""|a
      |  b
      |c""".stripMargin
)

ronanM avatar Mar 23 '23 22:03 ronanM