From 05cdbd0fb2f1a851391ef4d147d0f0f18fe95705 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 30 Oct 2020 18:23:10 -0700 Subject: Add ‘embrace’ configuration --- test/integration/oni-groovy.bats | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/integration/oni-groovy.bats') diff --git a/test/integration/oni-groovy.bats b/test/integration/oni-groovy.bats index 5a768a3..dc86b82 100755 --- a/test/integration/oni-groovy.bats +++ b/test/integration/oni-groovy.bats @@ -39,3 +39,13 @@ [[ "$output" == *"jenkinsfile-mode" ]] } + +@test "Groovy has slashy string support in Embrace" { + run emacs -batch -l package -f package-initialize -l embrace \ + -visit "test.groovy" \ + -eval "(prin1 (not (null (alist-get ?/ embrace--pair-list))))" + + echo "$output" + + [[ "$output" == *"t" ]] +} -- cgit v1.2.3-54-g00ecf