Files
kotlin-fork/compiler/testData/cli/jvm/argfileWithUnfinishedQuoteAndEscape.out
T
Alexander Udalov 06d97cce51 Fix multiple issues when expanding argfiles
- treat a contiguous whitespace sequence as a single argument separator,
  not as several empty-string arguments separated by whitespaces
- fix infinite loop when reading unfinished quoted argument
- do not attempt to perform escape if the backslash is the last
  character in the file
2018-05-28 11:23:32 +03:00

4 lines
69 B
Plaintext
Vendored

error: JDK home directory does not exist: abacaba
COMPILATION_ERROR