diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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') |