aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/tables.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/tables.yue')
-rw-r--r--spec/inputs/tables.yue8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/inputs/tables.yue b/spec/inputs/tables.yue
index e1b9e1d..0b5af46 100644
--- a/spec/inputs/tables.yue
+++ b/spec/inputs/tables.yue
@@ -152,12 +152,12 @@ k = { "hello": 'world', "hat": "zat" }
152please "hello": "world" 152please "hello": "world"
153k = "hello": "world", "one": "zone" 153k = "hello": "world", "one": "zone"
154 154
155f = "one", "two": three, "four" 155f1, f2, f3 = "one", "two": three, "four"
156f = "two": three, "four" 156f1, f2 = "two": three, "four"
157f = { "one", "two": three, "four" } 157f1 = { "one", "two": three, "four" }
158 158
159 159
160j = "one", "two": three, "four": five, 6, 7 160j1, j2, j3, j4 = "one", "two": three, "four": five, 6, 7
161 161
162heroine = 162heroine =
163 name: "Christina" 163 name: "Christina"