mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
8 lines
128 B
XML
8 lines
128 B
XML
// Test shebang support.
|
|
|
|
--- shebang ---
|
|
#!typst compile
|
|
|
|
// Error: 2-3 the character `!` is not valid in code
|
|
#!not-a-shebang
|