aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/test/luxc/lang/translation/case.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/test/test/luxc/lang/translation/case.lux')
-rw-r--r--new-luxc/test/test/luxc/lang/translation/case.lux48
1 files changed, 24 insertions, 24 deletions
diff --git a/new-luxc/test/test/luxc/lang/translation/case.lux b/new-luxc/test/test/luxc/lang/translation/case.lux
index 2964edbe4..44df51014 100644
--- a/new-luxc/test/test/luxc/lang/translation/case.lux
+++ b/new-luxc/test/test/luxc/lang/translation/case.lux
@@ -97,37 +97,37 @@
false))))
)))
-## (context: "[JVM] Pattern-matching."
-## (<| (times +100)
-## (pattern-matching-spec run-jvm)))
+(context: "[JVM] Pattern-matching."
+ (<| (times +100)
+ (pattern-matching-spec run-jvm)))
-## (context: "[JS] Pattern-matching."
-## (<| (times +100)
-## (pattern-matching-spec run-js)))
+(context: "[JS] Pattern-matching."
+ (<| (times +100)
+ (pattern-matching-spec run-js)))
-## (context: "[Lua] Pattern-matching."
-## (<| (times +100)
-## (pattern-matching-spec run-lua)))
+(context: "[Lua] Pattern-matching."
+ (<| (times +100)
+ (pattern-matching-spec run-lua)))
-## (context: "[Ruby] Pattern-matching."
-## (<| (times +100)
-## (pattern-matching-spec run-ruby)))
+(context: "[Ruby] Pattern-matching."
+ (<| (times +100)
+ (pattern-matching-spec run-ruby)))
-## (context: "[Python] Function."
-## (<| (times +100)
-## (pattern-matching-spec run-python)))
+(context: "[Python] Function."
+ (<| (times +100)
+ (pattern-matching-spec run-python)))
-## (context: "[R] Pattern-matching."
-## (<| (times +100)
-## (pattern-matching-spec run-r)))
+(context: "[R] Pattern-matching."
+ (<| (times +100)
+ (pattern-matching-spec run-r)))
-## (context: "[Scheme] Pattern-matching."
-## (<| (times +100)
-## (pattern-matching-spec run-scheme)))
+(context: "[Scheme] Pattern-matching."
+ (<| (times +100)
+ (pattern-matching-spec run-scheme)))
-## (context: "[Common Lisp] Pattern-matching."
-## (<| (times +100)
-## (pattern-matching-spec run-common-lisp)))
+(context: "[Common Lisp] Pattern-matching."
+ (<| (times +100)
+ (pattern-matching-spec run-common-lisp)))
(context: "[PHP] Pattern-matching."
(<| (times +100)