diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-12-01 09:04:35 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-12-01 09:04:36 -0800 |
| commit | 376e7309e142d4cc95343faa5afd78fc5e27a135 (patch) | |
| tree | 875ef67a8a1cf895b282ae0910a6e91a493a2549 /t/t4018/elixir-module-func | |
| parent | 9a5d34c6dc7e0b98b02482e30d459d4198018a72 (diff) | |
| parent | a807200f67588f6e30a7b6ac4a3ad97ad176ccc7 (diff) | |
| download | git-376e7309e142d4cc95343faa5afd78fc5e27a135.tar.xz | |
Merge branch 'ln/userdiff-elixir'
The patterns to detect function boundary for Elixir language has
been added.
* ln/userdiff-elixir:
userdiff: add Elixir to supported userdiff languages
Diffstat (limited to 't/t4018/elixir-module-func')
| -rw-r--r-- | t/t4018/elixir-module-func | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/t4018/elixir-module-func b/t/t4018/elixir-module-func new file mode 100644 index 0000000000..c9910d0675 --- /dev/null +++ b/t/t4018/elixir-module-func @@ -0,0 +1,8 @@ +defmodule Foo do + def fun(RIGHT) do + # Code + # Code + # Code + ChangeMe + end +end |
