diff options
Diffstat (limited to 'spec/inputs/with.yue')
-rw-r--r-- | spec/inputs/with.yue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/with.yue b/spec/inputs/with.yue index 6f3e3ba..5da0980 100644 --- a/spec/inputs/with.yue +++ b/spec/inputs/with.yue | |||
@@ -45,7 +45,7 @@ do | |||
45 | -- | 45 | -- |
46 | 46 | ||
47 | do | 47 | do |
48 | with a, b -- b is lost | 48 | with a -- only one value allowed |
49 | print .world | 49 | print .world |
50 | 50 | ||
51 | mod = with _M = {} | 51 | mod = with _M = {} |