tokei/tests/data/dhall.dhall
2020-05-19 17:55:38 +02:00

17 lines
230 B
Plaintext

-- 16 lines 9 code 5 comments 2 blanks
{- A comment within the interior of a multi-line literal counts as part of the
literal
-}
''
-- Hello
{- world -}
''
{ some = "thing"
, keys = ["can"
, "have",
-- wait for it
"lists"]
}