Add two (passing) tests from the take-2 branch.
authorCarl Worth <cworth@cworth.org>
Fri, 28 May 2010 22:15:00 +0000 (15:15 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 28 May 2010 22:15:00 +0000 (15:15 -0700)
These two tests were tricky to make work on take-2, but happen to
already eb working here.

tests/000-content-with-spaces.c [new file with mode: 0644]
tests/061-define-chain-obj-to-func-multi.c [new file with mode: 0644]

diff --git a/tests/000-content-with-spaces.c b/tests/000-content-with-spaces.c
new file mode 100644 (file)
index 0000000..696cb3a
--- /dev/null
@@ -0,0 +1 @@
+this is  four  tokens
diff --git a/tests/061-define-chain-obj-to-func-multi.c b/tests/061-define-chain-obj-to-func-multi.c
new file mode 100644 (file)
index 0000000..6dbfd1f
--- /dev/null
@@ -0,0 +1,5 @@
+#define foo(x) success
+#define bar foo
+#define baz bar
+#define joe baz
+joe (failure)