lean4-htt/tests/lean/interactive/complete_import.lean

18 lines
655 B
Text

import -- should not trigger
--^ "command": "complete", "skip_completions": true
import
--^ "command": "complete", "skip_completions": true
import .
--^ "command": "complete", "skip_completions": true
import ..
--^ "command": "complete", "skip_completions": true
import foo
--^ "command": "complete", "skip_completions": true
import foo.
--^ "command": "complete", "skip_completions": true
import .foo
--^ "command": "complete", "skip_completions": true
import foo
--^ "command": "complete", "skip_completions": true
import foo bar
--^ "command": "complete", "skip_completions": true