Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitespace bug #162

Merged
merged 6 commits into from
Oct 30, 2024
Merged

Whitespace bug #162

merged 6 commits into from
Oct 30, 2024

Conversation

danturn
Copy link
Contributor

@danturn danturn commented Jun 11, 2024

Heya y'all

found a bug where if a table row had whitespace at the start / end it would be removed!

we trim the row, then used the trimmed row for transformations, but actually when transforming we should use the original line, because the ACTUAL DATA can have whitespace!

we only need to trim for lines that can be indented just so we can identify them but the first non whitespace chars

@danturn
Copy link
Contributor Author

danturn commented Oct 29, 2024

heya @hoyon

wdyt about this, #163 and #164 in principal?

lmk if you think you might look at them! otherwise ill have to work out how to build this in github actions ;)

@hoyon hoyon merged commit 154bc14 into Multiverse-io:main Oct 30, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants