| Author | Dave Jarvis <email> |
|---|---|
| Date | 2022-08-20 16:39:46 GMT-0700 |
| Commit | 6e351ba66ffd29e489a7e4982baac7b8921dee8d |
| Parent | 395627e |
| // them | ||
| "em", | ||
| + // themselves, | ||
| + "emselves", | ||
| + // affectionate | ||
| + "fectionate", | ||
| // afraid | ||
| "fraid", | ||
| + // ??? | ||
| + "funder", | ||
| // against | ||
| "gainst", | ||
| // him | ||
| "im", | ||
| + // little | ||
| + "ittle", | ||
| // and | ||
| "n", | ||
| // beneath | ||
| "neath", | ||
| // another | ||
| "nother", | ||
| + // another | ||
| + "nudder", | ||
| // enough | ||
| "nuff", | ||
| // gonna | ||
| "onna", | ||
| "onna'", | ||
| // horse | ||
| "oss", | ||
| // horses | ||
| "osses", | ||
| + // splash | ||
| + "plash", | ||
| // upon | ||
| "pon", | ||
| // that's|is | ||
| "s", | ||
| "sblood", | ||
| // excuse | ||
| "scuse", | ||
| + // suppose | ||
| + "spose", | ||
| + // suspect|expect | ||
| + "spect", | ||
| + // suspects|expects | ||
| + "spects", | ||
| "sfar", | ||
| "sfoot", | ||
| "taint", | ||
| "tain", | ||
| + "tay", | ||
| "til", | ||
| "tis", | ||
| + "tish", | ||
| "tisn", | ||
| + // stomach | ||
| + "tomach", | ||
| + // stormed | ||
| + "tormed", | ||
| "tshall", | ||
| "twas", | ||
| // what you|choo choo train | ||
| "choo", | ||
| + // across|angry | ||
| + "cross", | ||
| // he|e pluribus unum | ||
| "e", | ||
| // here|earlier | ||
| "ere", | ||
| // afro|to and fro | ||
| "fro", | ||
| + // unfounded|founded | ||
| + "founded", | ||
| // whore|ho ho! | ||
| "ho", | ||
| + // will|sick | ||
| + "ill", | ||
| // okay|letter K | ||
| "kay", | ||
| + // molasses|women | ||
| + "lasses", | ||
| // lo|lo and behold | ||
| "lo", | ||
| // them|utterance | ||
| "um", | ||
| + // away|direction | ||
| + "way", | ||
| // is that|Iranian village | ||
| "zat" | ||
| @Test | ||
| - @Disabled | ||
| void test_Resolve_1Pass_QuotesReplaced() throws IOException { | ||
| test( "unambiguous-1-pass.txt" ); | ||
| } | ||
| @Test | ||
| - @Disabled | ||
| void test_Resolve_2Pass_QuotesReplaced() throws IOException { | ||
| test( "unambiguous-2-pass.txt" ); | ||
| } | ||
| @Test | ||
| + @Disabled | ||
| void test_Resolve_InvalidGrammar_AmbiguousRemain() throws IOException { | ||
| test( "invalid-grammar.txt" ); |
| # Single quotes | ||
| # ######################################################################## | ||
| - | ||
| With 'quotes' in the middle. | ||
| With ‘quotes’ in the middle. | ||
| # Mixed | ||
| # ######################################################################## | ||
| +#"Granpa Harry 'spects you, Miss Mayton." | ||
| +#“Granpa Harry 'spects you, Miss Mayton.” | ||
| + | ||
| "She said, 'That's Sam's'," said the Sams' cat. | ||
| “She said, ‘That's Sam's’,” said the Sams' cat. | ||
| "You 'cause---" all fifteen years' worth. | ||
| “You 'cause---” all fifteen years' worth. | ||
| - | ||
| Delta | 38 lines added, 4 lines removed, 34-line increase |
|---|