Remove repl from elixir 3
This commit is contained in:
parent
34fb2d9271
commit
4dd0620902
|
@ -135,9 +135,9 @@ class Test {
|
|||
case "repl":
|
||||
await this.testRepl();
|
||||
break;
|
||||
case "runrepl":
|
||||
await this.testRunRepl();
|
||||
break;
|
||||
// case "runrepl":
|
||||
// await this.testRunRepl();
|
||||
// break;
|
||||
case "scope":
|
||||
await this.testScope();
|
||||
break;
|
||||
|
|
|
@ -17,6 +17,12 @@ install:
|
|||
unzip -d "${pkg}/opt/elixir-ls" elixir-ls.zip
|
||||
ln -s /opt/elixir-ls/language_server.sh "${pkg}/usr/local/bin/elixir-ls"
|
||||
|
||||
repl: |
|
||||
iex
|
||||
input: |
|
||||
DELAY: 1
|
||||
123 * 234
|
||||
|
||||
main: "main.exs"
|
||||
template: |
|
||||
IO.puts("Hello, world!")
|
||||
|
|
Loading…
Reference in New Issue