Skip to content

Commit

Permalink
handle special quotes like qq()
Browse files Browse the repository at this point in the history
  • Loading branch information
fglock committed Aug 20, 2024
1 parent c121a92 commit 7776343
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/perlonjava/Parser.java
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,6 @@ private Node parseRawString(String operator) {
rawStr = StringParser.parseRawStrings(tokens, tokenIndex, 1);
}

System.out.println(rawStr.buffers);

tokenIndex = rawStr.next;

switch (operator) {
Expand Down

0 comments on commit 7776343

Please sign in to comment.