Skip to content

Commit

Permalink
mP1/walkingkooka-text-cursor-parser#245 BasicParserReporter message T…
Browse files Browse the repository at this point in the history
…extCursorSaveInfo text removed

- mP1/walkingkooka-text-cursor-parser#245
- BasicParserReporter message TextCursorSaveInfo text removed
  • Loading branch information
mP1 committed Jan 14, 2025
1 parent 84295b8 commit 3fbfdc3
Show file tree
Hide file tree
Showing 5 changed files with 455 additions and 455 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public void testLoadCellsWithFormulaExpressionErrorFails() {
this.loadCellFails(
"=1+",
SpreadsheetErrorKind.ERROR.setMessage(
"End of text at (4,1) \"=1+\" expected BINARY_SUB_EXPRESSION"
"End of text at (4,1) expected BINARY_SUB_EXPRESSION"
)
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public void testParseFormulaEqualsAdditionExpressionFails() {

this.parseFormulaAndFail(
text,
"Invalid character '=' at (1,1) \"=1+2\" expected EXPRESSION_OPT"
"Invalid character '=' at (1,1) expected EXPRESSION_OPT"
);
}

Expand Down
Loading

0 comments on commit 3fbfdc3

Please sign in to comment.