aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index c5ee607..52e2a99 100644
--- a/wscript
+++ b/wscript
@@ -116,3 +116,6 @@ def test(ctx):
# Algebraic data types
run_test('./test/match.resp', '12.0000 : Float')
+
+ # Quoting
+ run_test('./test/quote.resp', '2 : Int')