Skip to content

Commit

Permalink
longer dataa
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 24, 2024
1 parent acbda15 commit 6d386e7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void convertsObjectWithSystemType(@Mktmp final Path temp) throws Exception {
"# to how it is defined in org.eolang package, trying to",
"# reproduce the error.",
"[] > bytes",
" $.eq 01- > yes",
" $.eq 01-02-03 > yes",
""
).getBytes()
);
Expand All @@ -117,7 +117,7 @@ void convertsObjectWithSystemType(@Mktmp final Path temp) throws Exception {
XhtmlMatchers.hasXPaths(
"/program/objects/o[@name='bytes']",
"/program/objects/o/o[@base='.eq']",
"/program/objects/o/o/o[@base='org.eolang.bytes' and text()='01-']"
"/program/objects/o/o/o[@base='org.eolang.bytes' and text()='01-02-03']"
)
);
MatcherAssert.assertThat(
Expand All @@ -130,7 +130,7 @@ void convertsObjectWithSystemType(@Mktmp final Path temp) throws Exception {
),
Matchers.allOf(
Matchers.containsString("α0 ↦ Φ.org.eolang.bytes("),
Matchers.containsString("α0 ↦ ⟦ Δ ⤍ 01- ⟧"),
Matchers.containsString("α0 ↦ ⟦ Δ ⤍ 01-02-03 ⟧"),
Matchers.containsString("yes ↦ ξ.eq(")
)
);
Expand Down

0 comments on commit 6d386e7

Please sign in to comment.