(Closes #473) ensures that a file containing only comments does not give a syntax error.#474
(Closes #473) ensures that a file containing only comments does not give a syntax error.#474
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #474 +/- ##
=======================================
Coverage 92.15% 92.16%
=======================================
Files 86 86
Lines 13733 13752 +19
=======================================
+ Hits 12656 12674 +18
- Misses 1077 1078 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@schreiberx would you mind giving this branch of fparser ( |
|
I tested it on one file & it works. Thanks! |
|
Ready for review :-) |
hiker
left a comment
There was a problem hiding this comment.
Thanks for this fix. Took me a while to understand this, and I feel we should either add or modify the test that tests the actual bug. Could you also bring this up to maste?
|
Ready for another look now. |
hiker
left a comment
There was a problem hiding this comment.
Ready to be merged. All comments from review addressed, documentation builds the same it did before
No description provided.