Skip to content

Conversation

@Nybkox
Copy link
Collaborator

@Nybkox Nybkox commented Jan 3, 2025

No description provided.

...sqliteSplitterOptions,
});

expect(output.length).toBe(1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please test exact output value, not only length

...sqliteSplitterOptions,
});

expect(output.length).toBe(5);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please test exact output value, not only length

);
});

test('sqlite skipSeparatorBeginEnd', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add the same test in lowercase, to ensure that it respect SQL case insensivity

@Nybkox Nybkox force-pushed the feature/skip-separator-in-begin-end-option branch from df49a9e to ec306e4 Compare January 3, 2025 13:04
@Nybkox Nybkox force-pushed the feature/skip-separator-in-begin-end-option branch from c29a691 to 9a6b37e Compare January 3, 2025 13:17
@janproch janproch merged commit 902f9af into master Jan 3, 2025
2 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.

3 participants