Take this file with escaped double quotes (\"") at the end of a string:
quote_issue_org.txt
run:
owl-x86_64-linux-1.2.3 write quote_issue_org.txt quote_issue_orgi_2.txt
All goes well, compare the files quote_issue_org.txt and quote_issue_org_2.txt and note the differences.
Next run:
owl-x86_64-linux-1.2.3 write quote_issue_org_2.txt quote_issue_org_3.txt
The result is:
2023-07-10 19:20:11,930 ERROR o.a.j.riot: [line: 10, col: 1 ] Broken token (newline): @nl .
Error: [line: 10, col: 1 ] Broken token (newline): @nl .
Note that changing the """" in quote_issue_org_2.txt into " """ makes owl-cli work again
Take this file with escaped double quotes (
\"") at the end of a string:quote_issue_org.txt
run:
All goes well, compare the files
quote_issue_org.txtandquote_issue_org_2.txtand note the differences.Next run:
The result is:
Note that changing the
""""inquote_issue_org_2.txtinto" """makes owl-cli work again