diff options
Diffstat (limited to 'spec/inputs')
-rw-r--r-- | spec/inputs/whitespace.yue | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/spec/inputs/whitespace.yue b/spec/inputs/whitespace.yue index 329280f..2655961 100644 --- a/spec/inputs/whitespace.yue +++ b/spec/inputs/whitespace.yue | |||
@@ -97,6 +97,29 @@ b( | |||
97 | c(one, two, | 97 | c(one, two, |
98 | three, four) | 98 | three, four) |
99 | 99 | ||
100 | d( | ||
101 | one -- one | ||
102 | two -- two | ||
103 | three -- three | ||
104 | four -- four | ||
105 | ) | ||
106 | |||
107 | e( | ||
108 | -> | ||
109 | -> | ||
110 | -> | ||
111 | ) | ||
112 | e{ | ||
113 | -> | ||
114 | -> | ||
115 | -> | ||
116 | } | ||
117 | e[ | ||
118 | -> | ||
119 | -> | ||
120 | -> | ||
121 | ] | ||
122 | |||
100 | -- | 123 | -- |
101 | 124 | ||
102 | v = -> | 125 | v = -> |