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 e73b421..27891dc 100644 --- a/spec/inputs/existential.yue +++ b/spec/inputs/existential.yue | |||
@@ -49,7 +49,7 @@ with? io.open "test.txt", "w" | |||
49 | \write "hello" | 49 | \write "hello" |
50 | \close! | 50 | \close! |
51 | 51 | ||
52 | tb?.<a>? 123 | 52 | tb?.<call>? 123 |
53 | 53 | ||
54 | with? tb.<>?.<index> | 54 | with? tb.<>?.<index> |
55 | .a = 1 | 55 | .a = 1 |