diff options
author | Li Jin <dragon-fly@qq.com> | 2020-01-25 14:11:25 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-01-25 14:11:25 +0800 |
commit | 4827d200604a086e2ad94edb4257c3abc7a3c4fc (patch) | |
tree | cf2508586aeea39a3556a9395db4f1ddc4244f0b /spec | |
parent | 96e0f5d1d7b3d0b3cf278b82ef6819dbfac96219 (diff) | |
download | yuescript-4827d200604a086e2ad94edb4257c3abc7a3c4fc.tar.gz yuescript-4827d200604a086e2ad94edb4257c3abc7a3c4fc.tar.bz2 yuescript-4827d200604a086e2ad94edb4257c3abc7a3c4fc.zip |
fix more chain value case.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/inputs/existential.moon | 2 |
1 files changed, 1 insertions, 1 deletions
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?! | |||
17 | if {:x} = a?.if?\then?(123)? @?\function 998 | 17 | if {:x} = a?.if?\then?(123)? @?\function 998 |
18 | print x | 18 | print x |
19 | 19 | ||
20 | res = b.function\do!\while("OK")\if("def",998)\f? | 20 | res = b.function\do!\while?("OK")\if("def",998)\f? |
21 | print res | 21 | print res |