Skip to content

Commit

Permalink
mP1/walkingkooka-net#616 Url implements HasText
Browse files Browse the repository at this point in the history
- mP1/walkingkooka-net#616
- Url implements HasText
  • Loading branch information
mP1 committed Oct 13, 2024
1 parent f0a371d commit 0e254ce
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -993,13 +993,7 @@ public void testEvaluateHour() {
public void testEvaluateHyperlink() {
this.evaluateAndValueCheck(
"=hyperlink(\"A12\")",
SpreadsheetError.with(
SpreadsheetErrorKind.VALUE,
"Cannot convert https://server.example.com/1234/Untitled5678/cell/A12 to String",
Optional.of(
Url.parseAbsolute("https://server.example.com/1234/Untitled5678/cell/A12")
)
)
Url.parseAbsolute("https://server.example.com/1234/Untitled5678/cell/A12")
);
}

Expand Down

0 comments on commit 0e254ce

Please sign in to comment.