societymartingale
Results
1
issues of
societymartingale
The parser fails on a line in the Dockerfile which uses JSON array syntax. For example: ## Dockerfile line ```dockerfile COPY ["build/libs/app.jar", "entry-point.sh", "./"] ``` ## Reproduction of error ```rust...