1
0
Fork 0
emacs-config/test/integration/oni-autohotkey.bats

10 lines
232 B
Text
Raw Normal View History

2020-01-08 06:33:56 +01:00
#!/usr/bin/env bats
@test "Opening a .ahk file loads oni-autohotkey" {
2020-01-08 06:33:56 +01:00
run emacs -batch -l package -f package-initialize \
-visit test.ahk \
-eval "(prin1 (featurep 'oni-autohotkey))"
[ "$output" = "t" ]
}