Fix fast parser tests.

This commit is contained in:
Dave Halter
2015-01-24 00:06:16 +01:00
parent 8569651bf4
commit 4d6afd3c99
8 changed files with 52 additions and 36 deletions

View File

@@ -74,8 +74,8 @@ def test_change_and_undo():
fp(func_before + 'a')
fp(func_before + 'b')
fp(func_before + 'a')
fp(func_before + 'a')
cache.parser_cache.pop(None, None)
fp('a')
fp('b')
fp('a')