ruuda / pris

A language for designing slides

Home Page:https://docs.ruuda.nl/pris/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panic when raw string literal ends with a blank line

ruuda opened this issue · comments

Minimal example to reproduce:

{
  x =
  ---
  This is fine, the line after is not.

  ---
  at (0w, 0w) put t(x)
}