Skip to content

Resolve quotes not being an escaped character

Michael Aaron Murphy requested to merge huntergoldstein:escape_uotes into master

Created by: huntergoldstein

Changes introduced by this pull request:

  • Quotes are now considered escaped characters as per IonFileCompleter
  • pipelines::Collector now respects escaped characters in arguments, such as quotes
  • pipelines::Collector also will now error if not at the top level of a job, i.e. not inside an array or subshell

Fixes: Closes #350 (closed)

Merge request reports