From 6b45ccf4ed24dcfe437cf0159d6185119a2e8f95 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 5 Jul 2024 15:19:11 -0300 Subject: Removed compatibility with "= exp" in the REPL --- testes/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testes') diff --git a/testes/main.lua b/testes/main.lua index 17fbcb61..7b0f4ee0 100644 --- a/testes/main.lua +++ b/testes/main.lua @@ -345,7 +345,7 @@ a]] RUN([[lua -e"_PROMPT='' _PROMPT2=''" -i < %s > %s]], prog, out) checkprogout("6\n10\n10\n\n") -prepfile("a = [[b\nc\nd\ne]]\n=a") +prepfile("a = [[b\nc\nd\ne]]\na") RUN([[lua -e"_PROMPT='' _PROMPT2=''" -i < %s > %s]], prog, out) checkprogout("b\nc\nd\ne\n\n") -- cgit v1.2.3-55-g6feb