diff options
Diffstat (limited to 'spec/inputs/with.mp')
-rw-r--r-- | spec/inputs/with.mp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/inputs/with.mp b/spec/inputs/with.mp index 704c494..d88e109 100644 --- a/spec/inputs/with.mp +++ b/spec/inputs/with.mp | |||
@@ -111,6 +111,11 @@ do | |||
111 | with hi | 111 | with hi |
112 | return .a, .b | 112 | return .a, .b |
113 | 113 | ||
114 | do | ||
115 | with tb | ||
116 | .x = item | ||
117 | .field | ||
118 | \func 123 | ||
114 | 119 | ||
115 | do | 120 | do |
116 | with dad | 121 | with dad |