From 45b66d826af06995f7084f4ff35c7119c0d69231 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 2 May 2020 18:32:01 -0700 Subject: Enable ‘bmx-mode’ ‘bmx-mode’ is a package to be used with ‘bat-mode’. --- test/integration/oni-bat.bats | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 test/integration/oni-bat.bats (limited to 'test') diff --git a/test/integration/oni-bat.bats b/test/integration/oni-bat.bats new file mode 100755 index 0000000..a4193b5 --- /dev/null +++ b/test/integration/oni-bat.bats @@ -0,0 +1,11 @@ +#!/usr/bin/env bats + +@test "Opening a .bat file loads oni-bats" { + run emacs -batch -l package -f package-initialize \ + -visit test.css \ + -eval "(prin1 (featurep 'oni-css))" + + echo "$output" + + [[ "$output" == *"t" ]] +} -- cgit v1.2.3-54-g00ecf