aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/inputs/class.moon3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/inputs/class.moon b/spec/inputs/class.moon
index 533694e..ca8b58c 100644
--- a/spec/inputs/class.moon
+++ b/spec/inputs/class.moon
@@ -226,4 +226,7 @@ do
226 test = Test! 226 test = Test!
227 test\test! 227 test\test!
228 228
229class extends lapis.Application
230 "/": => json: { status: true }
231
229nil 232nil