diff options
Diffstat (limited to 'spec/inputs/syntax.yue')
-rw-r--r-- | spec/inputs/syntax.yue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/inputs/syntax.yue b/spec/inputs/syntax.yue index 4df5785..aed4144 100644 --- a/spec/inputs/syntax.yue +++ b/spec/inputs/syntax.yue | |||
@@ -194,6 +194,10 @@ hello = | |||
194 | function: "okay" | 194 | function: "okay" |
195 | good: 230203 | 195 | good: 230203 |
196 | 196 | ||
197 | tb = { | ||
198 | do: b | ||
199 | do :b | ||
200 | } | ||
197 | 201 | ||
198 | div class: "cool" | 202 | div class: "cool" |
199 | 203 | ||