diff options
Diffstat (limited to 'server/test/crossfile/definition.lua')
-rw-r--r-- | server/test/crossfile/definition.lua | 28 |
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?>) + ]], + } +} |