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

Word splitting: filter out empty fields #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 20, 2019

  1. Word splitting: filter out empty fields

    Unquoted fields that resulted from expansion and contain nothing but
    IFS whitespace are now removed during splitting.
    tucak committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    d8bfcee View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Word splitting: turn separators following expansions into whitespace

    When an expansion ends with a field separator, the following user
    field separator should be merged into it. The easiest way to achieve
    this is to turn them into whitespace field separators.
    tucak committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    a887c78 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. Word splitting: preserve separators for read

    For the last variable in read, the original separators need to be
    preserved.
    tucak committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    2d33079 View commit details
    Browse the repository at this point in the history