Skip to content

Commit

Permalink
Merge pull request #169 from mP1/feature/mP1-walkingkooka-net-pull-61…
Browse files Browse the repository at this point in the history
…6-Url-implements-HasText

mP1/walkingkooka-net#616 Url implements HasText
  • Loading branch information
mP1 authored Oct 13, 2024
2 parents f0a371d + 0e254ce commit c1c1a73
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 c1c1a73

Please sign in to comment.