summaryrefslogtreecommitdiff
path: root/server/test
diff options
context:
space:
mode:
Diffstat (limited to 'server/test')
-rw-r--r--server/test/crossfile/definition.lua28
1 files changed, 14 insertions, 14 deletions
diff --git a/server/test/crossfile/definition.lua b/server/test/crossfile/definition.lua
index 3fdd1854..d34d6868 100644
--- a/server/test/crossfile/definition.lua
+++ b/server/test/crossfile/definition.lua
@@ -183,17 +183,17 @@ TEST {
}
}
---TEST {
--- {
--- path = 'a.lua',
--- content = [[
--- <!global!> = 1
--- ]],
--- },
--- {
--- path = 'b.lua',
--- content = [[
--- print(<?global?>)
--- ]],
--- }
---}
+TEST {
+ {
+ path = 'a.lua',
+ content = [[
+ <!global!> = 1
+ ]],
+ },
+ {
+ path = 'b.lua',
+ content = [[
+ print(<?global?>)
+ ]],
+ }
+}