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

Fix and enhance mulitple quoted string issues #173

Merged
merged 5 commits into from Mar 17, 2021

Commits on May 9, 2019

  1. fixes PowerShell#143

    moves double-quote double-quote escape from #doubleQuotedStringEscapes
    to #doubleQuotedString.  Removes the single-quote single-quote escape
    from single-quote here-string pattern.
    msftrncs committed May 9, 2019
    Copy the full SHA
    370d0c1 View commit details
    Browse the repository at this point in the history
  2. applies issue PowerShell#167 part 1

    permits whitespace to follow here-string start token.
    msftrncs committed May 9, 2019
    Copy the full SHA
    0d4cbf8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bb41692 View commit details
    Browse the repository at this point in the history
  4. fixes PowerShell#141, adds support curly quotes

    indirectly applies PowerShell#167 parts 2 and 3
    msftrncs committed May 9, 2019
    Copy the full SHA
    f9308e3 View commit details
    Browse the repository at this point in the history
  5. applies issue PowerShell#167 part 4,

    adds punctuation scope to start/end of here-string
    msftrncs committed May 9, 2019
    Copy the full SHA
    f5dfc7b View commit details
    Browse the repository at this point in the history