summaryrefslogtreecommitdiff
path: root/spec/inputs/syntax.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/syntax.yue')
-rw-r--r--spec/inputs/syntax.yue4
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
197tb = {
198 do: b
199 do :b
200}
197 201
198div class: "cool" 202div class: "cool"
199 203