typst/tests/typ/lang/comments.typ
2021-01-14 16:47:29 +01:00

19 lines
274 B
XML

// Test whether line comment acts as spacing.
A// you
B
// Test whether block comment acts as spacing.
C/*
/* */
*/D
// Test in expressions.
[dump /*1*/ a: "b" //
, 1]
// Error: 1:7-1:9 unexpected end of block comment
/* */ */
// Unterminated block comment is okay.
/*