elm/tests/data/good/QuotesAndComments.elm
2013-12-29 15:17:49 -06:00

12 lines
No EOL
111 B
Elm

f x =
let
x' = x+1
in
x'
g = '\"'
n = '\''
{- this is an {- embeded comment -} -}
main = plainText "{-"