From 6b71fb1a3adc0b8eb3db01c199422f7aea2c4500 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 19 Aug 2010 15:40:25 +0000 Subject: 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 --- test/quote.resp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/quote.resp (limited to 'test') diff --git a/test/quote.resp b/test/quote.resp new file mode 100644 index 0000000..a7b41a1 --- /dev/null +++ b/test/quote.resp @@ -0,0 +1,3 @@ +(def q (quote hello)) + +q -- cgit v1.2.1