aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-01-25 01:33:40 +0800
committerLi Jin <dragon-fly@qq.com>2020-01-25 01:33:40 +0800
commit96e0f5d1d7b3d0b3cf278b82ef6819dbfac96219 (patch)
treee1766fd2bcfcf4022da08593f57597b9b4677786 /spec
parent4465a18f396212e177211f57c5c97cea444a0061 (diff)
downloadyuescript-96e0f5d1d7b3d0b3cf278b82ef6819dbfac96219.tar.gz
yuescript-96e0f5d1d7b3d0b3cf278b82ef6819dbfac96219.tar.bz2
yuescript-96e0f5d1d7b3d0b3cf278b82ef6819dbfac96219.zip
fix chain value issue.
Diffstat (limited to 'spec')
-rw-r--r--spec/inputs/existential.moon3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/inputs/existential.moon b/spec/inputs/existential.moon
index eaa3266..e8e2249 100644
--- a/spec/inputs/existential.moon
+++ b/spec/inputs/existential.moon
@@ -17,4 +17,5 @@ with abc?!\func?!
17if {:x} = a?.if?\then?(123)? @?\function 998 17if {:x} = a?.if?\then?(123)? @?\function 998
18 print x 18 print x
19 19
20 20res = b.function\do!\while("OK")\if("def",998)\f?
21print res