Skip to content

search: Separate a package from a summary with a tabulation character #1667

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ppisar
Copy link
Contributor

@ppisar ppisar commented Apr 10, 2025

For: rpm-software-management/dnf5#2190
Resolves: rpm-software-management/dnf5#2166

I did tested it yet. I will need to build RPMs and install them into a container and that will take some time. I cannot reuse builds from builds from code PR because somebody restarted the PR tests and that deleted the old builds.

@ppisar
Copy link
Contributor Author

ppisar commented Apr 10, 2025

According to local tests "\t" escape sequence is not expaned by behave. It seems I will need to use literal tabulation charater in the tests.

Implemenation detail: Bahave does not expand escape sequences in
multi-line texts associated with a step. Hence this patch uses literal
tabulation characters (U+0009) instead of "\t" sequences.

For: rpm-software-management/dnf5#2190
Resolves: rpm-software-management/dnf5#2166
@ppisar
Copy link
Contributor Author

ppisar commented Apr 10, 2025

I replaced escape sequences with literal characters. Bot test features pass for me with the PR's code.

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.

Select / Copy / paste problem with search result.
2 participants