Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uppropagate escape switch to all calls of getTable() and getArray() #32
Conversation
Codecov Report
@@ Coverage Diff @@
## master #32 +/- ##
======================================
Coverage 60.2% 60.2%
======================================
Files 3 3
Lines 1342 1342
======================================
Hits 808 808
Misses 534 534
Continue to review full report at Codecov.
|
|
Thank you! |
I realized I did not fix #26 completely in #27. The issue reappears in cases where there are line breaks and company in arrays, tables etc...
This should close it completely I believe.
I did run tests in
./testsmanually and it seemed ok. I may add some more tests focused on this issue if needed.