org-test: fix macro definitions so that eager macro expansion doesn't fail
commit818c8216846b79f2e74aeca714e6eee24467f090
authorAchim Gratz <Stromeko@Stromeko.DE>
Sun, 17 Nov 2013 20:31:03 +0000 (17 21:31 +0100)
committerAchim Gratz <Stromeko@Stromeko.DE>
Sun, 17 Nov 2013 20:31:03 +0000 (17 21:31 +0100)
tree0eb38c3f61d4a7d78323db12bfe2377b22d8bff3
parent739b2649c74d01ecb515cc922d99bf26b6d403d7
org-test: fix macro definitions so that eager macro expansion doesn't fail

* testing/org-test.el (org-test-with-temp-text,
  org-test-with-temp-text-in-file): Correct quoting of macro
  expansion.

Macro arguments must not be used during macro expansion since they are
not available at that time; conversely, bindings established during
macro expansion generally can not be used at macro execution
time (unless un-quoted during expansion).
testing/org-test.el