about summary refs log tree commit diff
path: root/tests/ui/parser/shebang/shebang-split.rs
blob: eb8f0f769c851d9c034d1333b330172654963a85 (plain)
1
2
3
4
// empty line
# !/bin/env
//~^ ERROR expected `[`, found `/`
// checks that diagnostics for shebang lookalikes is not present