diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-11-17 20:44:52 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-11-17 20:44:52 +0000 |
commit | d08fb1df93b9f9585f401b1cf156df627c1cf024 (patch) | |
tree | 6d7f14b267d09cf15c01222f1a2f4641cccb8a75 /tests/binbuf.ref | |
parent | e5d015e9cb8b7394e8391e3bbb4dfbad8732f717 (diff) |
add test for binbuf & atom types
svn path=/trunk/externals/loaders/tclpd/; revision=15792
Diffstat (limited to 'tests/binbuf.ref')
-rw-r--r-- | tests/binbuf.ref | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/binbuf.ref b/tests/binbuf.ref new file mode 100644 index 0000000..f30f622 --- /dev/null +++ b/tests/binbuf.ref @@ -0,0 +1,14 @@ +atomtype symbol;
+atomvalue binbuf_helper;
+atomtype dollar;
+atomvalue \$0;
+atomtype dollsym;
+atomvalue \$1.foo;
+atomtype symbol;
+atomvalue foo;
+atomtype float;
+atomvalue 123.0;
+atomtype comma;
+atomvalue \,;
+atomtype semi;
+atomvalue \;;
|