Remove repl from elixir 3

This commit is contained in:
plondon 2021-10-23 14:00:31 -04:00
parent 34fb2d9271
commit 4dd0620902
2 changed files with 9 additions and 3 deletions

View File

@ -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;

View File

@ -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!")