Skip to content

Commit

Permalink
objectionary#2772: Data.ToPfi("qwerty")
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Jan 15, 2024
1 parent eae19cc commit 60bdcf9
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions eo-runtime/src/test/java/EOorg/EOeolang/EOerrorTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,7 @@ private static final class MyError extends PhDefault {
Phi.Φ.attr("org").get().attr("eolang").get().attr("error").get()
),
"α",
new PhWith(
new PhCopy(
Phi.Φ
.attr("org").get()
.attr("eolang").get()
.attr("string").get()
),
0,
new PhWith(
new EObytes(Phi.Φ),
"Δ",
new Data.Value<>(new BytesOf("qwerty").take())
)
)
new Data.ToPhi("qwerty")
)
)
)
Expand Down

0 comments on commit 60bdcf9

Please sign in to comment.