mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 15:10:04 +08:00
11 lines
181 B
Ruby
Vendored
11 lines
181 B
Ruby
Vendored
require 'spec_helper'
|
|
|
|
describe "Indenting" do
|
|
specify "identifiers containing keyword substrings" do
|
|
assert_correct_indenting <<~EOF
|
|
foo_def
|
|
42
|
|
EOF
|
|
end
|
|
end
|