typst/tests/typ/comments.typ
2021-01-13 15:44:41 +01:00

24 lines
282 B
XML

// Test interaction with words, spacing and expressions.
A// you
B
C/*
/* */
*/D
[dump /*1*/ a: "b" //
, 1]
---
// Test error.
//
// ref: false
// error: 3:7-3:9 unexpected end of block comment
// No start of block comment.
/* */ */
// Unterminated block comment is okay.
/*