| new Token( QUOTE_PRIME_DOUBLE, lex2.began(), lex3.ended() ) ); | ||
| flush( lexemes ); | ||
| - resolved( unresolved ); | ||
| } | ||
| else { |
| public void test_parse_SingleLine_Parsed() { | ||
| out.println( SmartQuotes.replace( | ||
| - "'What's this -5.5'' thing?'" | ||
| + "What's this '-5.5''' thing?" | ||
| ) ); | ||
| } |
| #What's this ‘-5.5″’ thing? | ||
| -#'What's this -5.5'' thing?' | ||
| -#‘What's this -5.5″ thing?’ | ||
| +'What's this -5.5'' thing?' | ||
| +‘What's this -5.5″ thing?’ | ||
| +7.9'' is weird. |
| Author | Dave Jarvis <email> |
|---|---|
| Date | 2021-06-13 19:43:00 GMT-0700 |
| Commit | 8b8f90cb801d55138d9240d13a7c576629380a36 |
| Parent | 142f98b |
| Delta | 3 lines added, 4 lines removed, 1-line decrease |