aboutsummaryrefslogtreecommitdiff
path: root/test/test_parse_sexpr.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_parse_sexpr.py')
-rw-r--r--test/test_parse_sexpr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_parse_sexpr.py b/test/test_parse_sexpr.py
index 4a97507..f64c2ef 100644
--- a/test/test_parse_sexpr.py
+++ b/test/test_parse_sexpr.py
@@ -9,4 +9,4 @@ def test_parsing():
count = 0
for (event, token) in sexpr.parse(path):
count = count + 1
- assert count == 3657
+ assert count == 3699