aboutsummaryrefslogtreecommitdiffstats
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-08-19 15:40:25 +0000
committerDavid Robillard <d@drobilla.net>2010-08-19 15:40:25 +0000
commit6b71fb1a3adc0b8eb3db01c199422f7aea2c4500 (patch)
tree404b8ebe7b43d235eed9cff7634610c512c2ad27 /test.sh
parent9a1c3c7cfc96cb6ee1c9f7bc103b99b89da43d6e (diff)
downloadresp-6b71fb1a3adc0b8eb3db01c199422f7aea2c4500.tar.gz
resp-6b71fb1a3adc0b8eb3db01c199422f7aea2c4500.tar.bz2
resp-6b71fb1a3adc0b8eb3db01c199422f7aea2c4500.zip
Add quote to syntax (currently only a lexeme is quotable, no lists...)
git-svn-id: http://svn.drobilla.net/resp/resp@262 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index d344aaf..9c67dd7 100755
--- a/test.sh
+++ b/test.sh
@@ -22,5 +22,6 @@ run './test/inlinefn.resp' '2 : Int'
run './test/nest.resp' '8 : Int'
run './test/tup.resp' '5 : Int'
run './test/string.resp' '"Hello, world!" : String'
+run './test/quote.resp' '(quote hello) : Quote'
#run './test/poly.resp' '#t : Bool'