org-test: fix macro definitions so that eager macro expansion doesn't fail
commitc6e015709516437518031655caa5ba983e24b840
authorAchim Gratz <Stromeko@Stromeko.DE>
Sun, 17 Nov 2013 20:31:03 +0000 (17 21:31 +0100)
committerAchim Gratz <Stromeko@Stromeko.DE>
Tue, 25 Mar 2014 18:11:01 +0000 (25 19:11 +0100)
tree36af2d29c0eb065dbe6c4776cf9fb1e25db31c78
parente89adba685dfe6dad4e67438930945fec8d311a3
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