From 4827d200604a086e2ad94edb4257c3abc7a3c4fc Mon Sep 17 00:00:00 2001 From: Li Jin Date: Sat, 25 Jan 2020 14:11:25 +0800 Subject: fix more chain value case. --- spec/inputs/existential.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/inputs/existential.moon b/spec/inputs/existential.moon index e8e2249..f7d5ebd 100644 --- a/spec/inputs/existential.moon +++ b/spec/inputs/existential.moon @@ -17,5 +17,5 @@ with abc?!\func?! if {:x} = a?.if?\then?(123)? @?\function 998 print x -res = b.function\do!\while("OK")\if("def",998)\f? +res = b.function\do!\while?("OK")\if("def",998)\f? print res -- cgit v1.2.3-55-g6feb