]> code.delx.au - gnu-emacs-elpa/commit
Fix string literals in parser.el test harness.
authorStephen Hicks <sdh@google.com>
Tue, 11 Nov 2014 02:13:42 +0000 (18:13 -0800)
committerStephen Hicks <sdh@google.com>
Sat, 15 Nov 2014 09:02:32 +0000 (01:02 -0800)
commit3f09ff32e92e709214b0241083489a5d92e8f02f
tree365237bdfb23dad9d5ace245ea9c49ee63e41e82
parent2b0f5ba47ca64a515a9cf40c61b3a4f0ee9d4e08
Fix string literals in parser.el test harness.

Previously all string literals in tests would fail, because they referred to a temporary buffer that no longer exists.  This fix works around this by extending the life of the temporary input buffer.
tests/parser.el