spring-shell
spring-shell copied to clipboard
How to input English sentence natually ?
trafficstars
What I want is "etyma demo",doesn't work but below all fail
Instead of using English quote and double quote, using Chinese quote and double quote works
but it fails when multi sentence exist.
Change String.class to String[].class, Chinese quote works,but English one fails
How can user directly input English sentences include English quotes and output it inlude English quotes ?
This is currently default behaviour how parsing happens. Double quotes within double quotes needs to be escaped with backslash.