Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenquotes.git
lib/src/main/java/com/keenwrite/quotes/Parser.java
new Token( QUOTE_PRIME_DOUBLE, lex2.began(), lex3.ended() ) );
flush( lexemes );
- resolved( unresolved );
}
else {
lib/src/test/java/com/keenwrite/quotes/SmartQuotesTest.java
public void test_parse_SingleLine_Parsed() {
out.println( SmartQuotes.replace(
- "'What's this -5.5'' thing?'"
+ "What's this '-5.5''' thing?"
) );
}
lib/src/test/resources/com/keenwrite/quotes/smartypants.txt
#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.

Enable remaining test

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