diff options
Diffstat (limited to 'spec/inputs/existential.yue')
-rw-r--r-- | spec/inputs/existential.yue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/existential.yue b/spec/inputs/existential.yue index 27891dc..ec38897 100644 --- a/spec/inputs/existential.yue +++ b/spec/inputs/existential.yue | |||
@@ -16,7 +16,7 @@ with abc?!\func?! | |||
16 | if \p? "abc" | 16 | if \p? "abc" |
17 | return 123 | 17 | return 123 |
18 | 18 | ||
19 | if {:x} = a?.if?\then?(123)? @?\function 998 | 19 | if {:x} := a?.if?\then?(123)? @?\function 998 |
20 | print x | 20 | print x |
21 | 21 | ||
22 | res = b.function\do!\while?("OK")\if("def",998)\f? | 22 | res = b.function\do!\while?("OK")\if("def",998)\f? |