Sam Likins
Sam Likins
Unable to reproduce this issue. In a Python interactive session with `bashlex` version `0.18`: ```python Python 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0] on linux Type "help", "copyright", "credits"...
I was unable to reproduce an issue with `local`, `global`, or `export` using version 0.18.
In a Python interactive session (using bashlex v0.18): ```python Python 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>>...
In a Python interactive session with the following setup: ```python Python 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0] on linux Type "help", "copyright", "credits" or "license" for more information....
The issue was not fully documented, so not certain what string was used which caused the issue. Based on the description, I've attempted to provide several iterations of comment strings....
In a Python interactive session with the following setup: ```python $ python Python 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0] on linux Type "help", "copyright", "credits" or "license" for...
I was unable to reproduce this issue. Created the following `Dockerfile`: ``` FROM python RUN pip install bashlex RUN useradd -u 1000 -m -d /user user WORKDIR /user USER user...
I was unable to reproduce this issue using version 0.18.
@idank: Absolutely! In a Python interactive session (using _bashlex **v0.18**_): ```python Python 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0] on linux Type "help", "copyright", "credits" or "license" for more...
This error is no longer persisting. In a Python interactive session with the following setup: ```python Python 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0] on linux Type "help", "copyright",...